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