Uses of Interface
io.activej.common.function.FunctionEx
Packages that use FunctionEx
-
Uses of FunctionEx in io.activej.common.collection
Methods in io.activej.common.collection with parameters of type FunctionEx -
Uses of FunctionEx in io.activej.common.function
Methods in io.activej.common.function that return FunctionExModifier and TypeMethodDescriptionstatic <T> FunctionEx<T,T> FunctionEx.identity()A function that returns passed value as is.static <T,R> FunctionEx<T, R> Creates aFunctionExout ofFunctionMethods in io.activej.common.function with parameters of type FunctionExModifier and TypeMethodDescriptionstatic <T,R> Function<T, R> FunctionEx.uncheckedOf(FunctionEx<T, R> checkedFn) Creates aFunctionout ofFunctionEx