Uses of Class
org.apache.commons.functor.adapter.BoundFunction
-
Packages that use BoundFunction Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of BoundFunction in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return BoundFunction Modifier and Type Method Description static <A,T>
BoundFunction<T>BoundFunction. bind(UnaryFunction<? super A,? extends T> function, A arg)Adapt the given, possibly-null,UnaryFunctionto theFunctioninterface by binding the specifiedObjectas a constant argument.Methods in org.apache.commons.functor.adapter with parameters of type BoundFunction Modifier and Type Method Description booleanBoundFunction. equals(BoundFunction<?> that)Learn whether another BoundFunction is equal to this.
-