E1 - the former type parameterE2 - the latter type parameterpublic class PipelinedBinaryAction<E1,E2> extends Object implements BinaryAction<E1,E2>
| Constructor and Description |
|---|
PipelinedBinaryAction(Iterable<BinaryAction<E1,E2>> actions) |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(E1 former,
E2 latter)
Performs every composed action.
|
public PipelinedBinaryAction(Iterable<BinaryAction<E1,E2>> actions)
Copyright © 2016. All rights reserved.