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

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

public abstract class BinaryOperator<T,U,R,F extends PredicateBiFunction<T,U,R>> extends BinaryPredicate<T,U,R,F>
Operator is a specialized binary predicate where both sides have the compatible types (it's up to the analyzer to do any conversion if needed).