| Constructor and Description |
|---|
Unary() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Consumer<T> |
pipeline(Iterable<Consumer<T>> actions)
Creates a pipeline from an iterable of actions.
|
static <T> Consumer<T> |
pipeline(Iterator<Consumer<T>> actions)
Creates a pipeline from an iterator of actions.
|
Copyright © 2017. All rights reserved.