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