Uses of Interface
ru.progrm_jarvis.javacommons.util.function.BooleanUnaryOperator
Packages that use BooleanUnaryOperator
-
Uses of BooleanUnaryOperator in ru.progrm_jarvis.javacommons.util.function
Methods in ru.progrm_jarvis.javacommons.util.function that return BooleanUnaryOperatorModifier and TypeMethodDescriptiondefault @NotNull BooleanUnaryOperatorBooleanUnaryOperator.andThenPrimitive(@NonNull BooleanUnaryOperator after) Returns a composed operator that first applies this operator to its input and then applies theafteroperator to the result.default @NotNull BooleanUnaryOperatorBooleanUnaryOperator.composePrimitive(@NonNull BooleanUnaryOperator before) Returns a composed operator that first applies thebeforeoperator to its input and then applies this operator to the result.static @NotNull BooleanUnaryOperatorBooleanUnaryOperator.identity()Returns an unary operator that always returns its input argument.static @NotNull BooleanUnaryOperatorBooleanUnaryOperator.inversion()Returns an unary operator that always returns inverted input argument.default @NotNull BooleanUnaryOperatorBooleanUnaryOperator.invert()Returns a composed operator that first applies this operator and and then inverts the result.Methods in ru.progrm_jarvis.javacommons.util.function with parameters of type BooleanUnaryOperatorModifier and TypeMethodDescriptiondefault @NotNull BooleanUnaryOperatorBooleanUnaryOperator.andThenPrimitive(@NonNull BooleanUnaryOperator after) Returns a composed operator that first applies this operator to its input and then applies theafteroperator to the result.default @NotNull BooleanUnaryOperatorBooleanUnaryOperator.composePrimitive(@NonNull BooleanUnaryOperator before) Returns a composed operator that first applies thebeforeoperator to its input and then applies this operator to the result.