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

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

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

Methods in org.apache.commons.functor.adapter that return FunctionProcedure
static FunctionProcedure FunctionProcedure.adapt(Function<?> function)
          Adapt the given, possibly-null, Function to the Procedure interface.
 

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



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