Uses of Interface
org.simpleflatmapper.util.Consumer
Packages that use Consumer
-
Uses of Consumer in org.simpleflatmapper.util
Classes in org.simpleflatmapper.util that implement ConsumerModifier and TypeClassDescriptionfinal classImplementation ofConsumerthat collect all the value into a list.final classImplementation ofConsumerthat collect all the value into a set.final classImplementation ofConsumerthat collect all the value into a list.classfinal classSetCollector<T>Implementation ofConsumerthat collect all the value into a set.Methods in org.simpleflatmapper.util that return ConsumerModifier and TypeMethodDescriptionCheckedConsumer.toConsumer()static <T> Consumer<T>CheckedConsumer.toConsumer(CheckedConsumer<T> consumer) static <T> Consumer<T>CheckedConsumerHelper.toConsumer(CheckedConsumer<T> consumer) Methods in org.simpleflatmapper.util with parameters of type ConsumerModifier and TypeMethodDescriptionvoidstatic <T,P extends ProducerServiceLoader.Producer<T>>
voidProducerServiceLoader.produceFromServiceLoader(Class<P> producer, Consumer<T> consumer) Deprecated.static <T,P extends ProducerServiceLoader.Producer<T>>
voidProducerServiceLoader.produceFromServiceLoader(ServiceLoader<P> serviceLoader, Consumer<T> consumer)