Uses of Interface
org.wildfly.clustering.function.DoubleSupplier
Packages that use DoubleSupplier
-
Uses of DoubleSupplier in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as DoubleSupplierModifier and TypeFieldDescriptionstatic final DoubleSupplierDoubleSupplier.ZEROA supplier that always returns zero.Methods in org.wildfly.clustering.function that return DoubleSupplierModifier and TypeMethodDescriptiondefault DoubleSupplierDoubleSupplier.handle(ToDoubleFunction<RuntimeException> handler) Returns a new supplier that delegates to this supplier using the specified exception handler.static DoubleSupplierDoubleSupplier.of(double value) Returns a supplier of the specified value.default DoubleSupplierDoubleSupplier.thenApplyAsDouble(DoubleUnaryOperator operator) Returns a supplier that applies the specified operator to the value returned by this supplier.default DoubleSupplierIntSupplier.thenApplyAsDouble(IntToDoubleFunction function) Returns a supplier that applies the specified function to the value returned by this supplier.default DoubleSupplierLongSupplier.thenApplyAsDouble(LongToDoubleFunction function) Returns a supplier that applies the specified function to the value returned by this supplier.default DoubleSupplierSupplier.thenApplyAsDouble(ToDoubleFunction<T> mapper) Returns a supplier that returns the value this supplier mapped via the specified function.