| Constructor and Description |
|---|
Pipelines.Binary() |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> BinaryAction<T1,T2> |
pipeline(Iterable<BinaryAction<T1,T2>> actions)
Creates a pipeline from an iterable of binary actions.
|
static <T1,T2> BinaryAction<T1,T2> |
pipeline(Iterator<BinaryAction<T1,T2>> actions)
Creates a pipeline from an iterator of binary actions.
|
public static <T1,T2> BinaryAction<T1,T2> pipeline(Iterable<BinaryAction<T1,T2>> actions)
T1 - the action first parameter typeT2 - the action second parameter typeactions - the iterable to be transformedpublic static <T1,T2> BinaryAction<T1,T2> pipeline(Iterator<BinaryAction<T1,T2>> actions)
T1 - the action first parameter typeT2 - the action second parameter typeactions - the iterator to be transformedCopyright © 2013. All rights reserved.