T1 - the first parameter typeT2 - the second parameter typepublic class BinaryCapturingAction<T1,T2> extends Object implements BinaryAction<T1,T2>
| Constructor and Description |
|---|
BinaryCapturingAction(BinaryAction<T1,T2> nested,
Box<T1> param1,
Box<T2> param2) |
public void perform(T1 former, T2 latter)
BinaryActionperform in interface BinaryAction<T1,T2>former - the former elementlatter - the latter elementCopyright © 2013. All rights reserved.