E1 - the former type parameterE2 - the latter type parameterpublic class PipelinedBinaryConsumer<E1,E2> extends Object implements BiConsumer<E1,E2>
| Constructor and Description |
|---|
PipelinedBinaryConsumer(Iterable<BiConsumer<E1,E2>> consumers) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(E1 former,
E2 latter)
Performs every composed consumer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic PipelinedBinaryConsumer(Iterable<BiConsumer<E1,E2>> consumers)
Copyright © 2017. All rights reserved.