| Package | Description |
|---|---|
| me.qoomon.gitversioning.commons |
| Modifier and Type | Method and Description |
|---|---|
static <T> Lazy<T> |
Lazy.by(Callable<T> supplier) |
static <T> Lazy<T> |
Lazy.of(T value) |
| Modifier and Type | Method and Description |
|---|---|
static <V> V |
Lazy.get(Lazy<V> value) |
Copyright © 2021. All rights reserved.