T1 - the adapter first parameter typeT2 - the adapter second parameter typeT3 - the adapter third parameter typepublic class ActionIgnoreThird<T1,T2,T3> extends Object implements TernaryAction<T1,T2,T3>
| Constructor and Description |
|---|
ActionIgnoreThird(BinaryAction<T1,T2> adaptee) |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(T1 first,
T2 second,
T3 third)
Performs an action for the given elements.
|
public ActionIgnoreThird(BinaryAction<T1,T2> adaptee)
public void perform(T1 first, T2 second, T3 third)
TernaryActionperform in interface TernaryAction<T1,T2,T3>first - the first elementsecond - the second elementthird - the third elementCopyright © 2016. All rights reserved.