Class Lazy<T>
- java.lang.Object
-
- com.linkedin.alpini.base.concurrency.Lazy<T>
-
- All Implemented Interfaces:
java.util.function.Supplier<T>
public final class Lazy<T> extends java.lang.Object implements java.util.function.Supplier<T>
Created by acurtis on 3/29/17.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
static <T> java.util.function.Supplier<T>
of(java.util.function.Supplier<T> supplier)
-