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

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

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

Methods in org.apache.commons.functor.adapter that return BoundProcedure
static
<A> BoundProcedure
BoundProcedure.bind(UnaryProcedure<? super A> procedure, A arg)
          Adapt the given, possibly-null, UnaryProcedure to the Procedure interface by binding the specified Object as a constant argument.
 

Methods in org.apache.commons.functor.adapter with parameters of type BoundProcedure
 boolean BoundProcedure.equals(BoundProcedure that)
          Learn whether a given BoundProcedure is equal to this.
 



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