T1 - the adapted action first parameter typeT2 - the adapted action second parameter typeT3 - the adapted action third parameter typepublic class TernaryActionToTernaryDelegate<T1,T2,T3> extends Object implements TernaryDelegate<Void,T1,T2,T3>
| Constructor and Description |
|---|
TernaryActionToTernaryDelegate(TernaryAction<T1,T2,T3> adaptee) |
public TernaryActionToTernaryDelegate(TernaryAction<T1,T2,T3> adaptee)
public Void perform(T1 first, T2 second, T3 third)
TernaryDelegateCopyright © 2013. All Rights Reserved.