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