isSupportedFunction

Is true if F is a callable function and functionTypePredicate is true for the return type and all parameter types of F.

Members

Manifest constants

isSupportedFunction
enum isSupportedFunction;
Undocumented in source.
isSupportedFunction
enum isSupportedFunction;
Undocumented in source.
paramTypesOk
enum paramTypesOk;
Undocumented in source.
returnTypeOk
enum returnTypeOk;
Undocumented in source.

Meta