public final class SafeLazy
extends java.lang.Object
| Constructor and Description |
|---|
SafeLazy() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Lazy<T> |
apply(java.util.function.Supplier<T> sbtThunk)
Return a sbt [[xsbti.api.Lazy]] from a given Scala parameterless function.
|
static <T> Lazy<T> |
strict(T value)
Return a sbt [[xsbti.api.Lazy]] from a strict value.
|