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) |
public PipelinedTernaryAction(Iterable<TernaryAction<E1,E2,E3>> actions)
Copyright © 2013. All Rights Reserved.