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