Uses of Interface
org.wildfly.clustering.function.DoubleConsumer
Packages that use DoubleConsumer
-
Uses of DoubleConsumer in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as DoubleConsumerModifier and TypeFieldDescriptionstatic final DoubleConsumerDoubleConsumer.EMPTYConsumer that discards its parameterMethods in org.wildfly.clustering.function that return DoubleConsumerModifier and TypeMethodDescriptionstatic DoubleConsumerDoubleConsumer.acceptAll(Iterable<? extends DoubleConsumer> consumers) Returns a composite consumer that delegates to the specified consumers.default DoubleConsumerDoubleConsumer.andThen(DoubleConsumer after) default DoubleConsumerDoubleConsumer.composeAsDouble(DoubleUnaryOperator composer) Composes a consumer that invokes this consumer using result of the specified function.default DoubleConsumerDoubleConsumer.when(DoublePredicate predicate) Returns a consumer that conditionally invokes this consumer when allowed by the specified predicate.default DoubleConsumerDoubleConsumer.withDefault(DoublePredicate predicate, DoubleSupplier defaultValue) Returns a consumer that accepts the value returned by the specified default provider if its value does not match the specified predicate.Method parameters in org.wildfly.clustering.function with type arguments of type DoubleConsumerModifier and TypeMethodDescriptionstatic DoubleConsumerDoubleConsumer.acceptAll(Iterable<? extends DoubleConsumer> consumers) Returns a composite consumer that delegates to the specified consumers.