| Package | Description |
|---|---|
| net.emaze.dysfunctional | |
| net.emaze.dysfunctional.consumers | |
| net.emaze.dysfunctional.output |
| Modifier and Type | Method and Description |
|---|---|
static <E> void |
Consumers.pipe(E[] array,
OutputIterator<E> outputIterator)
Consumes the array into the output iterator.
|
static <E> void |
Consumers.pipe(Iterable<E> iterable,
OutputIterator<E> outputIterator)
Consumes an iterable into the output iterator.
|
static <E> void |
Consumers.pipe(Iterator<E> iterator,
OutputIterator<E> outputIterator)
Consumes the input iterator to the output iterator.
|
| Modifier and Type | Method and Description |
|---|---|
OutputIterator<E> |
ConsumeIntoOutputIterator.apply(Iterator<E> consumable) |
| Constructor and Description |
|---|
ConsumeIntoOutputIterator(OutputIterator<E> output) |
| Modifier and Type | Class and Description |
|---|---|
class |
StringOutputIterator |
Copyright © 2017. All rights reserved.