See: Description
Interface | Description |
---|---|
Executable |
Executable is a functional interface that can be used to
implement any generic block of code that potentially throws a
Throwable . |
ThrowingConsumer<T> |
ThrowingConsumer is a functional interface that can be used to
implement any generic block of code that consumes an argument and
potentially throws a Throwable . |
ThrowingSupplier<T> |
ThrowingSupplier is a functional interface that can be used to
implement any generic block of code that returns an object and
potentially throws a Throwable . |