Class BinaryPredicate<T,U,R,F extends PredicateBiFunction<T,U,R>>

All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable
Direct Known Subclasses:
BinaryOperator

public abstract class BinaryPredicate<T,U,R,F extends PredicateBiFunction<T,U,R>> extends BinaryScalarFunction
Binary operator. Operators act as _special_ functions in that they have a symbol instead of a name and do not use parentheses. Further more they are not registered as the rest of the functions as are implicit to the language.