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