T1 - the adapted delegate first parameter typeT2 - the adapted delegate second parameter typeT3 - the adapted delegate third parameter typepublic class TernaryPredicateToTernaryDelegate<T1,T2,T3> extends Object implements TernaryDelegate<Boolean,T1,T2,T3>
| Constructor and Description |
|---|
TernaryPredicateToTernaryDelegate(TernaryPredicate<T1,T2,T3> adaptee) |
public TernaryPredicateToTernaryDelegate(TernaryPredicate<T1,T2,T3> adaptee)
public Boolean perform(T1 first, T2 second, T3 third)
TernaryDelegateCopyright © 2012. All Rights Reserved.