Uses of Class
org.apache.commons.functor.adapter.RightBoundFunction
Packages that use RightBoundFunction
Package
Description
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 RightBoundFunctionModifier and TypeMethodDescriptionstatic <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 RightBoundFunctionModifier and TypeMethodDescriptionbooleanRightBoundFunction.equals(RightBoundFunction<?, ?> that) Learn whether another RightBoundFunction is equal to this.