functional interface array java code example Example: interface function interface SearchFunc { (source: string, subString: string): boolean; }