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 BooleanSupplierSupplier.mapAsBoolean(Predicate<T> mapper) Returns a supplier that returns the value this supplier mapped via the specified predicate.static BooleanSupplierBooleanSupplier.of(boolean value) Returns a supplier that always returns the specified value.