T1 - the former type parameterT2 - the latter type parameterpublic class BinaryNoop<T1,T2> extends Object implements BinaryAction<T1,T2>
| Constructor and Description |
|---|
BinaryNoop() |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(T1 former,
T2 latter)
Does nothing, ignoring parameters.
|
Copyright © 2016. All rights reserved.