| Interface | Description |
|---|---|
| Attempts<X extends Exception> |
Abstracts a tool for performing a certain operation repeatedly.
|
| XConsumer<T,X extends Exception> |
A kind of consumer that allows to throw a checked exception.
|
| XRunnable<X extends Exception> |
A kind of runnable that allows to throw a checked exception.
|
| Class | Description |
|---|---|
| Runner<X extends Exception> | Deprecated
use
Attempts instead |
Copyright © 2020. All rights reserved.