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