Uses of Class
com.github.mizosoft.methanol.internal.concurrent.Lazy
-
Packages that use Lazy Package Description com.github.mizosoft.methanol.internal.concurrent -
-
Uses of Lazy in com.github.mizosoft.methanol.internal.concurrent
Methods in com.github.mizosoft.methanol.internal.concurrent that return Lazy Modifier and Type Method Description static <T> Lazy<T>Lazy. of(java.util.function.Supplier<T> factory)
-