Uses of Interface
org.wildfly.clustering.function.LongSupplier
-
Uses of LongSupplier in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as LongSupplierMethods in org.wildfly.clustering.function that return LongSupplierModifier and TypeMethodDescriptiondefault LongSupplierLongSupplier.handle(ToLongFunction<RuntimeException> handler) Returns a new supplier that delegates to this supplier using the specified exception handler.default LongSupplierSupplier.mapAsLong(ToLongFunction<T> mapper) Returns a supplier that returns the value this supplier mapped via the specified function.static LongSupplierLongSupplier.of(long value)