Package me.qoomon.gitversioning.commons
Class Lazy<T>
- java.lang.Object
-
- me.qoomon.gitversioning.commons.Lazy<T>
-
- All Implemented Interfaces:
java.util.function.Supplier<T>
public final class Lazy<T> extends java.lang.Object implements java.util.function.Supplier<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> Lazy<T>by(java.util.concurrent.Callable<T> supplier)Tget()static <V> Vget(Lazy<V> value)static <T> Lazy<T>of(T value)
-
-
-
Constructor Detail
-
Lazy
public Lazy(java.util.concurrent.Callable<T> initializer)
-
-