public class LazyValue<T>
extends java.lang.Object
implements java.util.function.Supplier<T>
Modifier and Type | Method and Description |
---|---|
T |
get()
Returns the value.
|
static <T> LazyValue<T> |
of(java.util.function.Supplier<T> supplier)
Creates new instance of LazyValue.
|
Copyright © 2003-present Jodd Team