Uses of Interface
org.wildfly.clustering.function.BooleanSupplier
Packages that use 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.static BooleanSupplierBooleanSupplier.of(boolean value) Returns a supplier that always returns the specified value.static <T,U> BooleanSupplier BooleanSupplier.of(BiPredicate<T, U> predicate, Supplier<T> formerSupplier, Supplier<U> latterSupplier) Returns a boolean supplier that evaluates a predicate against a supplied value.static <T> BooleanSupplierReturns a boolean supplier that evaluates a predicate against a supplied value.