Uses of Interface
cn.longky.common.function.KFunction
Packages that use KFunction
-
Uses of KFunction in cn.longky.common.function
Methods in cn.longky.common.function that return KFunctionModifier and TypeMethodDescriptionReturns a composed function that first applies this function to its input, and then applies theafterfunction to the result.Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.static <T> KFunction<T,T> KFunction.identity()Returns a function that always returns its input argument.Methods in cn.longky.common.function with parameters of type KFunctionModifier and TypeMethodDescriptionReturns a composed function that first applies this function to its input, and then applies theafterfunction to the result.Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.