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