Uses of Interface
org.wildfly.clustering.function.Consumer
-
Uses of Consumer in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as ConsumerMethods in org.wildfly.clustering.function that return ConsumerModifier and TypeMethodDescriptionstatic <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.