@FunctionalInterface public interface QuadFunction<T, U, V, W, R>
A function that accepts four arguments and produces a result.
| Type Params | Return Type | Name and description |
|---|---|---|
<K> |
public QuadFunction<T, U, V, W, K> |
andThen(java.util.function.Function<? super R, ? extends K> after) |
|
public R |
apply(T t, U u, V v, W w) |