R - the result TypeT1 - the first element TypeT2 - the second element TypeT3 - the third element Typepublic interface TernaryDelegate<R,T1,T2,T3>
| Modifier and Type | Method and Description |
|---|---|
R |
perform(T1 first,
T2 second,
T3 third)
Executes the delegate for the given elements yielding a result of type R
|
Copyright © 2016. All rights reserved.