T1 - the first parameter typeT2 - the second parameter type, the result typepublic class SecondParam<T1,T2> extends Object implements BinaryDelegate<T2,T1,T2>
| Constructor and Description |
|---|
SecondParam() |
| Modifier and Type | Method and Description |
|---|---|
T2 |
perform(T1 former,
T2 latter)
Executes the delegate for the given elements yielding a result of type R
|
public T2 perform(T1 former, T2 latter)
BinaryDelegateperform in interface BinaryDelegate<T2,T1,T2>former - the former elementlatter - the latter elementCopyright © 2016. All rights reserved.