R - the result type parameterT1 - the first type parameterT2 - the second type parameterT3 - the third type parameterpublic class UnaryToTernaryAction<T1,T2,T3> extends Object implements TernaryAction<T1,T2,T3>
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.