U - type of first argumentV - type of second argumentW - type of third argumentpublic interface TriConsumer<U,V,W>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(U arg1,
V arg2,
W arg3)
Applies the given arguments to the function.
|