Uses of Interface
org.wildfly.clustering.function.LongSupplier
Packages that use LongSupplier
-
Uses of LongSupplier in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as LongSupplierModifier and TypeFieldDescriptionstatic final LongSupplierLongSupplier.MAXIMUMA supplier that always returns 9223372036854775807L.static final LongSupplierLongSupplier.MINIMUMA supplier that always returns -9223372036854775808L.static final LongSupplierLongSupplier.ZEROA supplier that always returns zero.Methods 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.static LongSupplierLongSupplier.of(long value) Returns a supplier of the specified value.default LongSupplierDoubleSupplier.thenApplyAsLong(DoubleToLongFunction function) Returns a supplier that applies the specified function to the value returned by this supplier.default LongSupplierIntSupplier.thenApplyAsLong(IntToLongFunction function) Returns a supplier that applies the specified function to the value returned by this supplier.default LongSupplierLongSupplier.thenApplyAsLong(LongUnaryOperator operator) Returns a supplier that applies the specified operator to the value returned by this supplier.default LongSupplierSupplier.thenApplyAsLong(ToLongFunction<T> mapper) Returns a supplier that returns the value this supplier mapped via the specified function.