Package com.github.weisj.darklaf.util
Class MutableLazyValue<T>
- java.lang.Object
-
- com.github.weisj.darklaf.util.LazyValue<T>
-
- com.github.weisj.darklaf.util.MutableLazyValue<T>
-
public class MutableLazyValue<T> extends LazyValue<T>
-
-
Constructor Summary
Constructors Constructor Description MutableLazyValue(Supplier<T> supplier)MutableLazyValue(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleandiscardSupplierOnLoad()voidset(T value)-
Methods inherited from class com.github.weisj.darklaf.util.LazyValue
get, ifPresent, ifPresentNullable, isInitialized, load
-
-