See: Description
| Class | Description |
|---|---|
| Lazy<T> |
Implements a kind of supplier that provides a virtually fixed value.
|
| XLazy<T,X extends Exception> |
Implements a kind of supplier that provides a virtually fixed value.
|
| Exception | Description |
|---|---|
| Lazy.InitException |
An unchecked exception type that may be thrown, when the initialization code
of a
Lazy instance causes a checked exception. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.