Uses of Interface
net.anwiba.commons.lang.functional.IFunction
Packages that use IFunction
Package
Description
-
Uses of IFunction in net.anwiba.commons.lang.functional
Methods in net.anwiba.commons.lang.functional that return IFunctionModifier and TypeMethodDescriptionstatic <T> IFunction<T,T, RuntimeException> IFunction.identity()Methods in net.anwiba.commons.lang.functional with parameters of type IFunction -
Uses of IFunction in net.anwiba.commons.lang.optional
Methods in net.anwiba.commons.lang.optional with parameters of type IFunction -
Uses of IFunction in net.anwiba.commons.lang.visitor
Methods in net.anwiba.commons.lang.visitor with parameters of type IFunctionModifier and TypeMethodDescriptionFunctionVisitor<K,I, O, E> FunctionVisitor.defaultCase(IFunction<I, O, E> function) static <I,O, E extends Exception>
FunctionVisitor<Class,I, O, E> static <K extends Enum<K>,I, O, E extends Exception>
FunctionVisitor<K,I, O, E> FunctionVisitor<K,I, O, E>