Class Lazy<T>

java.lang.Object
io.trino.tempto.util.Lazy<T>
All Implemented Interfaces:
Supplier<T>

@ThreadSafe public class Lazy<T> extends Object implements Supplier<T>
  • Constructor Details

  • Method Details