Package com.github.weisj.darklaf.util
Class LazyValue<T>
- java.lang.Object
-
- com.github.weisj.darklaf.util.LazyValue<T>
-
- Direct Known Subclasses:
MutableLazyValue
public class LazyValue<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleandiscardSupplierOnLoad()Tget()voidifPresent(Consumer<T> action)voidifPresentNullable(Consumer<Optional<T>> action)booleanisInitialized()protected Tload()protected voidset(T value)
-