T1 - the first parameter typeT2 - the second parameter typepublic class BinaryCapturingConsumer<T1,T2> extends Object implements BiConsumer<T1,T2>
| Constructor and Description |
|---|
BinaryCapturingConsumer(BiConsumer<T1,T2> nested,
Box<T1> param1,
Box<T2> param2) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T1 former,
T2 latter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenCopyright © 2017. All rights reserved.