Uses of Interface
org.wildfly.clustering.function.Consumer
Packages that use Consumer
-
Uses of Consumer in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as ConsumerModifier and TypeFieldDescriptionstatic final Consumer<AutoCloseable>Consumer.CLOSEstatic final Consumer<?>Consumer.EMPTYMethods in org.wildfly.clustering.function that return ConsumerModifier and TypeMethodDescriptionstatic <V extends AutoCloseable>
Consumer<V>Consumer.close()Returns a consumer that performs no action.static <V> Consumer<V>Consumer.empty()Returns a consumer that performs no action.default <V> Consumer<V>Returns a mapped consumer, that invokes this consumer using result of the specified function.static <V> Consumer<V>Returns a composite consumer that delegates to zero or more consumers.static <V> Consumer<V>Returns a consumer that runs the specified task, ignoring its parameter. -
Uses of Consumer in org.wildfly.clustering.marshalling.protostream
Classes in org.wildfly.clustering.marshalling.protostream that implement ConsumerModifier and TypeClassDescriptionstatic classstatic class