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