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