Uses of Interface
org.wildfly.clustering.function.DoubleSupplier
-
Uses of DoubleSupplier in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as DoubleSupplierMethods 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.default DoubleSupplierSupplier.mapAsDouble(ToDoubleFunction<T> mapper) Returns a supplier that returns the value this supplier mapped via the specified function.static DoubleSupplierDoubleSupplier.of(double value)