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