T1 - the former type parameterT2 - the latter type parameterpublic class BinaryNoop<T1,T2> extends Object implements BiConsumer<T1,T2>
| Constructor and Description |
|---|
BinaryNoop() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T1 former,
T2 latter)
Does nothing, ignoring parameters.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenCopyright © 2017. All rights reserved.