| Interface | Description |
|---|---|
| UncheckedBiConsumer<T,U> |
Represents an operation that accepts two input arguments and returns no
result.
|
| UncheckedBiFunction<T,U,R> |
Represents a function that accepts two arguments and produces a result.
|
| UncheckedConsumer<T> |
Represents an operation that accepts a single input argument and returns no
result.
|
| UncheckedFunction<T,R> |
Represents a function that accepts one argument and produces a result.
|
| UncheckedSupplier<T> |
Represents a supplier of items.
|
| Class | Description |
|---|---|
| Unchecked |
Provides wrapper to handle functions / consumers / suppliers that throw checked exceptions.
|
Copyright © 2019–2020 SmallRye. All rights reserved.