public class RichVoidFunction3<T1,T2,T3> extends Object implements VoidFunction3<T1,T2,T3>
| Constructor and Description |
|---|
RichVoidFunction3(VoidFunction3<T1,T2,T3> f) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(T1 v1,
T2 v2,
T3 v3)
Apply the body of this function to the arguments.
|
String |
toString()
Creates a String representation of this object.
|
VoidFunction1<Tuple3<T1,T2,T3>> |
tupled()
Creates a tupled version of this function: instead of 3 arguments, it
accepts a single Tuple3 argument.
|
public RichVoidFunction3(VoidFunction3<T1,T2,T3> f)
Copyright © 2015. All rights reserved.