Supplier<T> typedef

Supplier<T> = T Function()

Implementation

typedef Supplier<T> = T Function();