Uses of Class
org.apache.commons.functor.adapter.FullyBoundFunction
-
Packages that use FullyBoundFunction Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of FullyBoundFunction in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return FullyBoundFunction Modifier and Type Method Description static <L,R,T>
FullyBoundFunction<T>FullyBoundFunction. bind(BinaryFunction<? super L,? super R,? extends T> function, L left, R right)Adapt a BinaryFunction as a Function.Methods in org.apache.commons.functor.adapter with parameters of type FullyBoundFunction Modifier and Type Method Description booleanFullyBoundFunction. equals(FullyBoundFunction<?> that)Learn whether another FullyBoundFunction is equal to this.
-