Uses of Interface
org.simpleflatmapper.util.CheckedConsumer
Packages that use CheckedConsumer
-
Uses of CheckedConsumer in org.simpleflatmapper.util
Subinterfaces of CheckedConsumer in org.simpleflatmapper.utilClasses in org.simpleflatmapper.util that implement CheckedConsumerModifier 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.final classMethods in org.simpleflatmapper.util with parameters of type CheckedConsumerModifier and TypeMethodDescriptionstatic <T> Consumer<T>CheckedConsumer.toConsumer(CheckedConsumer<T> consumer) static <T> Consumer<T>CheckedConsumerHelper.toConsumer(CheckedConsumer<T> consumer) Constructors in org.simpleflatmapper.util with parameters of type CheckedConsumerModifierConstructorDescriptionTransformCheckedConsumer(CheckedConsumer<? super O> handler, Function<? super I, ? extends O> transformer)