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