| Interface | Description |
|---|---|
| XSupplier<T,X extends Exception> |
A kind of supplier that allows to throw a checked exception.
|
| Class | Description |
|---|---|
| Lazy<T> |
Implements a
Supplier that provides a virtually fixed value. |
| XLazy<T,X extends Exception> |
Implements an
XSupplier that provides a virtually fixed value. |
Copyright © 2020. All rights reserved.