E1 - the first type parameterE2 - the second type parameterE3 - the third type parameterpublic class PipelinedTernaryConsumer<E1,E2,E3> extends Object implements TriConsumer<E1,E2,E3>
| Constructor and Description |
|---|
PipelinedTernaryConsumer(Iterable<TriConsumer<E1,E2,E3>> consumers) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(E1 first,
E2 second,
E3 third)
Performs every composed consumer.
|
public PipelinedTernaryConsumer(Iterable<TriConsumer<E1,E2,E3>> consumers)
Copyright © 2017. All rights reserved.