Lazy

public class Lazy<T> implements Supplier<T>

Constructors

Lazy
Link copied to clipboard
void Lazy(Supplier<T> supplier)

Functions

get
Link copied to clipboard
T get()