Package play.libs
Class F.LazySupplier<T>
- Object
-
- play.libs.F.LazySupplier<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
static <T> Supplier<T>
lazy(Supplier<T> creator)
-