Supplier<Value> typedef

Supplier<Value> = Value Function()

Implementation

typedef Supplier<Value> = Value Function();