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