R - the adapted delegate result typeT1 - the adapted delegate first parameter typeT2 - the adapted delegate second parameter typeT3 - the adapted delegate third parameter typepublic class TernaryDelegateToTernaryAction<R,T1,T2,T3> extends Object implements TernaryAction<T1,T2,T3>
| Constructor and Description |
|---|
TernaryDelegateToTernaryAction(TernaryDelegate<R,T1,T2,T3> adaptee) |
public TernaryDelegateToTernaryAction(TernaryDelegate<R,T1,T2,T3> 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 © 2013. All rights reserved.