| Modifier and Type | Class and Description |
|---|---|
class |
XLazy<T,X extends Exception>
Implements an
XSupplier that provides a virtually fixed value. |
| Constructor and Description |
|---|
XLazy(XSupplier<T,X> initial)
Initializes a new instance giving a supplier that defines the intended initialization of the represented value.
|
Copyright © 2020. All rights reserved.