| Package | Description |
|---|---|
| org.atlanmod.commons |
The base package for common utility classes and methods.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Lazy<T> |
Lazy.of(T value)
Creates a new lazy object with the embed value.
|
static <T> Lazy<T> |
Lazy.with(Supplier<T> loadFunction)
Creates a new lazy object with the
Supplier to load the embed value. |
Copyright © 2017–2019 Atlanmod. All rights reserved.