Interface | Description |
---|---|
TriConsumer<T,U,V> |
Consumer like interface accepting 3 arguments. |
TupleConsumer |
Consumer implementation accepting a tuple of arguments . |
Class | Description |
---|---|
InvocationArguments |
Iterable of Method invocation arguments . |