Class LazyValue<T>
java.lang.Object
org.moddingx.libx.util.lazy.LazyValue<T>
A lazy value that is resolved when it is first used.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LazyValue
-
-
Method Details
-
get
Gets the value. If not yet resolved, resolves the lazy value. -
map
-