Class Lazy<T>

java.lang.Object
com.linkedin.alpini.base.concurrency.Lazy<T>
All Implemented Interfaces:
Supplier<T>

public final class Lazy<T> extends Object implements Supplier<T>
Created by acurtis on 3/29/17.