T - The type of the first argumentU - The type of the second argumentR - The type of the returned elementspublic final class BiFunctionAdapter<T,U,R> extends Object implements BiFunction<T,U,R>
| Constructor and Description |
|---|
BiFunctionAdapter()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u) |
void |
setDelegate(BiFunction<? super T,? super U,? extends R> delegate)
Set the delegate
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenCopyright © 2015. All rights reserved.