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

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

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

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

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



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