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) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
perform(T1 first,
T2 second,
T3 third)
Executes the delegate for the given elements yielding a result of type R
|
public TernaryPredicateToTernaryDelegate(TernaryPredicate<T1,T2,T3> adaptee)
public Boolean perform(T1 first, T2 second, T3 third)
TernaryDelegateCopyright © 2016. All rights reserved.