Interface TetraFunction<T,U,V,W,Z>
-
- Type Parameters:
T
-U
-V
-W
-Z
-
public interface TetraFunction<T,U,V,W,Z>
A function over four arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Z
apply(T arg1, U arg2, V arg3, W arg4)
-