public interface Lazy<T> extends Supplier<T>
boolean
isCreated()
static <T> Lazy<T>
of(Supplier<T> factory)
get
boolean isCreated()
@Nonnull static <T> Lazy<T> of(@Nonnull Supplier<T> factory)
Copyright © 2024. All rights reserved.