| Package | Description |
|---|---|
| org.simpleflatmapper.util |
Utils classes.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Consumer<T> |
|
interface |
RowHandler<T> |
Deprecated.
|
| 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. |
class |
TransformCheckedConsumer<I,O> |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> Consumer<T> |
CheckedConsumer.toConsumer(CheckedConsumer<T> consumer) |
|
static <T> Consumer<T> |
CheckedConsumerHelper.toConsumer(CheckedConsumer<T> consumer) |
| Constructor | Description |
|---|---|
TransformCheckedConsumer(CheckedConsumer<? super O> handler,
Function<? super I,? extends O> transformer) |
Copyright © 2019. All rights reserved.