| Interface | Description |
|---|---|
| Consumer3<T1,T2,T3> |
Represents an operation that accepts three input arguments and returns no
result.
|
| Consumer4<T1,T2,T3,T4> |
Represents an operation that accepts four input arguments and returns no
result.
|
| Consumer5<T1,T2,T3,T4,T5> |
Represents an operation that accepts five input arguments and returns no
result.
|
| Consumer6<T1,T2,T3,T4,T5,T6> |
Represents an operation that accepts six input arguments and returns no
result.
|