| Constructor and Description |
|---|
RichFunction2(Function2<T1,T2,R> f) |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T1 v1,
T2 v2)
Apply the body of this function to the arguments.
|
F1<T1,Function1<T2,R>> |
curried()
Creates a curried version of this function.
|
String |
toString()
Creates a String representation of this object.
|
F1<Tuple2<T1,T2>,R> |
tupled()
Creates a tupled version of this function: instead of 2 arguments, it
accepts a single Tuple2 argument.
|
Copyright © 2015. All rights reserved.