| Package | Description |
|---|---|
| io.smallrye.mutiny.unchecked |
| Class and Description |
|---|
| UncheckedBiConsumer
Represents an operation that accepts two input arguments and returns no
result.
|
| UncheckedBiFunction
Represents a function that accepts two arguments and produces a result.
|
| UncheckedConsumer
Represents an operation that accepts a single input argument and returns no
result.
|
| UncheckedFunction
Represents a function that accepts one argument and produces a result.
|
| UncheckedSupplier
Represents a supplier of items.
|
Copyright © 2019–2020 SmallRye. All rights reserved.