| Package | Description |
|---|---|
| org.atlanmod.commons |
The base package for common utility classes and methods.
|
| Class and Description |
|---|
| Lazy
An object that automatically loads an object of type
T by using a Supplier during the first call to
Lazy.get(). |
| LazyBoolean
An object that automatically loads a
boolean by using a BooleanSupplier during the first call to
LazyBoolean.getAsBoolean(). |
| LazyDouble
An object that automatically loads a
double by using a DoubleSupplier during the first call to LazyDouble.getAsDouble(). |
| LazyInt
An object that automatically loads an
integer by using a IntSupplier during the first call to LazyInt.getAsInt(). |
| LazyLong
An object that automatically loads a
long by using a LongSupplier during the first call to LazyLong.getAsLong(). |
| LazyReference
An object that automatically loads an object of type
T by using a Supplier. |
Copyright © 2017–2019 Atlanmod. All rights reserved.