Package org.moddingx.libx.util.lazy
package org.moddingx.libx.util.lazy
-
ClassDescriptionCachedFunction<T,
R> Wraps a pure function.CachedValue<T>A lazy value that is resolved when it is first used.LazyImmutableMap<K,V> An immutable map with lazy populated values.LazyValue<T>A lazy value that is resolved when it is first used.