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