Class Lazy<T>
- java.lang.Object
-
- com.github.tomakehurst.wiremock.common.Lazy<T>
-
public class Lazy<T> extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()static <T> Lazy<T>lazy(java.util.function.Supplier<T> supplier)
-