Uses of Interface
org.wildfly.clustering.function.LongConsumer
Packages that use LongConsumer
-
Uses of LongConsumer in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as LongConsumerModifier and TypeFieldDescriptionstatic final LongConsumerLongConsumer.EMPTYConsumer that discards its parameterMethods in org.wildfly.clustering.function that return LongConsumerModifier and TypeMethodDescriptionstatic LongConsumerLongConsumer.acceptAll(Iterable<? extends LongConsumer> consumers) Returns a composite consumer that delegates to the specified consumers.default LongConsumerLongConsumer.andThen(LongConsumer after) default LongConsumerLongConsumer.composeAsLong(LongUnaryOperator composer) Composes a consumer that invokes this consumer using result of the specified function.default LongConsumerLongConsumer.when(LongPredicate predicate) Returns a consumer that conditionally invokes this consumer when allowed by the specified predicate.default LongConsumerLongConsumer.withDefault(LongPredicate predicate, LongSupplier 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 LongConsumerModifier and TypeMethodDescriptionstatic LongConsumerLongConsumer.acceptAll(Iterable<? extends LongConsumer> consumers) Returns a composite consumer that delegates to the specified consumers.