| Constructor and Description |
|---|
Pipelines.Ternary() |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> TernaryAction<T1,T2,T3> |
pipeline(Iterable<TernaryAction<T1,T2,T3>> actions)
Creates a pipeline from an iterable of ternary actions.
|
static <T1,T2,T3> TernaryAction<T1,T2,T3> |
pipeline(Iterator<TernaryAction<T1,T2,T3>> actions)
Creates a pipeline from an iterator of ternary actions.
|
public static <T1,T2,T3> TernaryAction<T1,T2,T3> pipeline(Iterable<TernaryAction<T1,T2,T3>> actions)
T1 - the action first parameter typeT2 - the action second parameter typeT3 - the action third parameter typeactions - the iterable to be transformedpublic static <T1,T2,T3> TernaryAction<T1,T2,T3> pipeline(Iterator<TernaryAction<T1,T2,T3>> actions)
T1 - the action first parameter typeT2 - the action second parameter typeT3 - the action third parameter typeactions - the iterator to be transformedCopyright © 2012. All Rights Reserved.