T1 - the first type parameterT2 - the second type parameterpublic class BinaryIdentity<T1,T2> extends Object implements BinaryDelegate<Pair<T1,T2>,T1,T2>
| Constructor and Description |
|---|
BinaryIdentity() |
| Modifier and Type | Method and Description |
|---|---|
Pair<T1,T2> |
perform(T1 former,
T2 latter)
Executes the delegate for the given elements yielding a result of type R
|
Copyright © 2016. All rights reserved.