Uses of Interface
org.wildfly.clustering.function.Supplier
Packages that use Supplier
-
Uses of Supplier in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as SupplierMethods in org.wildfly.clustering.function that return SupplierModifier and TypeMethodDescriptiondefault <V> Supplier<V>Returns a supplier that returns the value this function mapped via the specified function.static <T> Supplier<T>Returns a supplier that returns null after invoking the specified task.static <T> Supplier<T>Supplier.of(T value) Returns a supplier that always returns the specified value.Methods in org.wildfly.clustering.function with parameters of type Supplier