Uses of Interface
com.speedment.common.function.CharUnaryOperator
-
Packages that use CharUnaryOperator Package Description com.speedment.common.function This package contains the main function classes. -
-
Uses of CharUnaryOperator in com.speedment.common.function
Methods in com.speedment.common.function that return CharUnaryOperator Modifier and Type Method Description default CharUnaryOperatorCharUnaryOperator. andThen(CharUnaryOperator after)Composes a new function from this method and the specified one, applying the specified function after this function.default CharUnaryOperatorCharUnaryOperator. compose(CharUnaryOperator before)Composes a new function from this method and the specified one, applying the specified function before this function.Methods in com.speedment.common.function with parameters of type CharUnaryOperator Modifier and Type Method Description default CharUnaryOperatorCharUnaryOperator. andThen(CharUnaryOperator after)Composes a new function from this method and the specified one, applying the specified function after this function.default CharUnaryOperatorCharUnaryOperator. compose(CharUnaryOperator before)Composes a new function from this method and the specified one, applying the specified function before this function.
-