int is not a functional interface code example Example: interface function interface SearchFunc { (source: string, subString: string): boolean; }