T1 - the first type parameterT2 - the second type parameterT3 - the third type parameterpublic class TernaryNoop<T1,T2,T3> extends Object implements TriConsumer<T1,T2,T3>
| Constructor and Description |
|---|
TernaryNoop() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T1 first,
T2 second,
T3 third)
Does nothing ignoring parameters.
|
Copyright © 2017. All rights reserved.