java.lang.Object
com.github.mizosoft.methanol.internal.concurrent.Lazy<T>
All Implemented Interfaces:
Supplier<T>

public final class Lazy<T> extends Object implements Supplier<T>
  • Method Details