Uses of Interface
com.speedment.common.function.ByteUnaryOperator
-
Packages that use ByteUnaryOperator Package Description com.speedment.common.function This package contains the main function classes. -
-
Uses of ByteUnaryOperator in com.speedment.common.function
Methods in com.speedment.common.function that return ByteUnaryOperator Modifier and Type Method Description default ByteUnaryOperatorByteUnaryOperator. andThen(ByteUnaryOperator after)Composes a new function from this method and the specified one, applying the specified function after this function.default ByteUnaryOperatorByteUnaryOperator. compose(ByteUnaryOperator 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 ByteUnaryOperator Modifier and Type Method Description default ByteUnaryOperatorByteUnaryOperator. andThen(ByteUnaryOperator after)Composes a new function from this method and the specified one, applying the specified function after this function.default ByteUnaryOperatorByteUnaryOperator. compose(ByteUnaryOperator before)Composes a new function from this method and the specified one, applying the specified function before this function.
-