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