Uses of Class
org.apache.commons.functor.adapter.BinaryFunctionBinaryPredicate

Packages that use BinaryFunctionBinaryPredicate
org.apache.commons.functor.adapter Classes that adapt one functor interface to another. 
 

Uses of BinaryFunctionBinaryPredicate in org.apache.commons.functor.adapter
 

Methods in org.apache.commons.functor.adapter that return BinaryFunctionBinaryPredicate
static
<L,R,T> BinaryFunctionBinaryPredicate<L,R>
BinaryFunctionBinaryPredicate.adapt(BinaryFunction<? super L,? super R,Boolean> function)
          Adapt the given, possibly-null, BinaryFunction to the BinaryPredicate interface.
 

Methods in org.apache.commons.functor.adapter with parameters of type BinaryFunctionBinaryPredicate
 boolean BinaryFunctionBinaryPredicate.equals(BinaryFunctionBinaryPredicate<?,?> that)
          Learn whether another BinaryFunctionBinaryPredicate is equal to this.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.