Package kos.core
Class Lang.Lazy<T>
- java.lang.Object
-
- kos.core.Lang.Lazy<T>
-
-
Constructor Summary
Constructors Constructor Description Lazy()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> Lang.Lazy<T>by(Supplier<T> supplier)Tget()voidset(T newData)
-