E1 - the first type parameterE2 - the second type parameterE3 - the third type parameterpublic class PipelinedTernaryAction<E1,E2,E3> extends Object implements TernaryAction<E1,E2,E3>
| Constructor and Description |
|---|
PipelinedTernaryAction(Iterable<TernaryAction<E1,E2,E3>> actions) |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(E1 first,
E2 second,
E3 third)
Performs every composed action.
|
public PipelinedTernaryAction(Iterable<TernaryAction<E1,E2,E3>> actions)
Copyright © 2016. All rights reserved.