T1 - the first parameter typeT2 - the second parameter typepublic class BinaryCapturingPredicate<T1,T2> extends Object implements BinaryPredicate<T1,T2>
| Constructor and Description |
|---|
BinaryCapturingPredicate(BinaryPredicate<T1,T2> nested,
Box<Boolean> result,
Box<T1> param1,
Box<T2> param2) |
Copyright © 2013. All rights reserved.