Class BinaryPredicateFunction<T,U>

java.lang.Object
nz.org.riskscape.engine.function.BinaryPredicateFunction<T,U>
Type Parameters:
T - the type of the lhs of the predicate
U - the type of the rhs of the predicate
All Implemented Interfaces:
AutoCloseable, RiskscapeFunction, UntypedFunction

public class BinaryPredicateFunction<T,U> extends Object implements RiskscapeFunction

Convenience for adding RiskscapeFunction metadata to a java BiPredicate function