Getter<S, T> typedef

Getter<S, T> = T Function(S subject)

Get the value of a field of type T of subject

Implementation

typedef Getter<S, T> = T Function(S subject);