| Interface | Description |
|---|---|
| Consumer3<T1,T2,T3> |
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
|
| Consumer4<T1,T2,T3,T4> |
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
|
| Consumer5<T1,T2,T3,T4,T5> |
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
|
| Consumer6<T1,T2,T3,T4,T5,T6> |
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
|
| Consumer7<T1,T2,T3,T4,T5,T6,T7> |
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
|
| Consumer8<T1,T2,T3,T4,T5,T6,T7,T8> |
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
|
| Consumer9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
|
| Supplier<T> |
A Callable with suppressed exception.
|