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