| Modifier and Type | Method and Description |
|---|---|
R |
apply(T1 v1,
T2 v2,
T3 v3)
Apply the body of this function to the arguments.
|
Function1<T1,Function1<T2,Function1<T3,R>>> |
curried()
Creates a curried version of this function.
|
String |
toString()
Creates a String representation of this object.
|
F1<Tuple3<T1,T2,T3>,R> |
tupled()
Creates a tupled version of this function: instead of 3 arguments, it
accepts a single Tuple3 argument.
|
public R apply(T1 v1, T2 v2, T3 v3) throws Exception
public F1<Tuple3<T1,T2,T3>,R> tupled()
public Function1<T1,Function1<T2,Function1<T3,R>>> curried()
Copyright © 2015. All rights reserved.