static <T> LazyValue<T>
create(Supplier<T> supplier)
create(T value)
static <T> LazyList<T>
create(List<LazyValue<T>> lazyValues)
LazyValue