Module id.xfunction

Class LazyInitializer<T>

Object
LazyInitializer<T>
All Implemented Interfaces:
Supplier<T>

public class LazyInitializer<T> extends Object implements Supplier<T>
Supplier which performs initialization of internal variable when it will be requested for the first time.