Interface Supplier<T>

All Superinterfaces:
Supplier<T>, Throwables.Supplier<T,RuntimeException>
All Known Implementing Classes:
LazyInitializer

public interface Supplier<T> extends Throwables.Supplier<T,RuntimeException>, Supplier<T>
Since:
0.8
Author:
Haiyang Li