Package dev.pfaff.lazy
Class Lazy<T>
java.lang.Object
dev.pfaff.lazy.Lazy<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
static <T> MethodHandle
makeLazyConstantHandle
(Class<T> type, Supplier<? extends T> supplier, boolean isSynchronized)
-
Constructor Details
-
Lazy
-
Lazy
-
-
Method Details
-
makeLazyConstantHandle
public static <T> MethodHandle makeLazyConstantHandle(Class<T> type, Supplier<? extends T> supplier, boolean isSynchronized) -
get
-