Uses of Interface
ru.progrm_jarvis.javacommons.util.function.BooleanBinaryOperator
Packages that use BooleanBinaryOperator
-
Uses of BooleanBinaryOperator in ru.progrm_jarvis.javacommons.util.function
Methods in ru.progrm_jarvis.javacommons.util.function that return BooleanBinaryOperatorModifier and TypeMethodDescriptionstatic @NotNull BooleanBinaryOperatorBooleanBinaryOperator.alwaysFalse()Creates a binary operator which always returnsfalse.static @NotNull BooleanBinaryOperatorBooleanBinaryOperator.alwaysTrue()Creates a binary operator which always returnstrue.static @NotNull BooleanBinaryOperatorBooleanBinaryOperator.and()Creates a binary operator which returns the result of logical AND operation on its operands.static @NotNull BooleanBinaryOperatorBooleanBinaryOperator.or()Creates a binary operator which returns the result of logical OR operation on its operands.static @NotNull BooleanBinaryOperatorBooleanBinaryOperator.xor()Creates a binary operator which returns the result of logical OR operation on its operands.