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