| Package | Description |
|---|---|
| org.simpleflatmapper.util |
Utils classes.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ImmutableListCollector<T> |
Implementation of
Consumer that collect all the value into a list. |
class |
ImmutableSetCollector<T> |
Implementation of
Consumer that collect all the value into a set. |
class |
ListCollector<T> |
Implementation of
Consumer that collect all the value into a list. |
class |
NullConsumer |
|
class |
SetCollector<T> |
Implementation of
Consumer that collect all the value into a set. |
| Modifier and Type | Method | Description |
|---|---|---|
default Consumer<T> |
CheckedConsumer.toConsumer() |
|
static <T> Consumer<T> |
CheckedConsumer.toConsumer(CheckedConsumer<T> consumer) |
|
static <T> Consumer<T> |
CheckedConsumerHelper.toConsumer(CheckedConsumer<T> consumer) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ProducerServiceLoader.Producer.produce(Consumer<? super T> consumer) |
|
static <T,P extends ProducerServiceLoader.Producer<T>> |
ProducerServiceLoader.produceFromServiceLoader(Class<P> producer,
Consumer<T> consumer) |
Deprecated.
|
static <T,P extends ProducerServiceLoader.Producer<T>> |
ProducerServiceLoader.produceFromServiceLoader(ServiceLoader<P> serviceLoader,
Consumer<T> consumer) |
Copyright © 2019. All rights reserved.