Uses of Interface
org.wildfly.clustering.function.BooleanSupplier
-
Uses of BooleanSupplier in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as BooleanSupplierModifier and TypeFieldDescriptionstatic final BooleanSupplierBooleanSupplier.FALSEstatic final BooleanSupplierBooleanSupplier.TRUEMethods in org.wildfly.clustering.function that return BooleanSupplierModifier and TypeMethodDescriptiondefault BooleanSupplierBooleanSupplier.handle(Predicate<RuntimeException> handler) Returns a new supplier that delegates to this supplier using the specified exception handler.default BooleanSupplierBooleanSupplier.negate()Returns a supplier that return this negation of this supplier.static BooleanSupplierBooleanSupplier.of(boolean value) Returns a supplier that always returns the specified value.default BooleanSupplierDoubleSupplier.thenTest(DoublePredicate predicate) Returns a supplier that applies the specified predicate to the value returned by this supplier.default BooleanSupplierIntSupplier.thenTest(IntPredicate predicate) Returns a supplier that applies the specified predicate to the value returned by this supplier.default BooleanSupplierLongSupplier.thenTest(LongPredicate predicate) Returns a supplier that applies the specified predicate to the value returned by this supplier.default BooleanSupplierReturns a supplier that returns the value this supplier mapped via the specified predicate.