GrabSelector<R, S> typedef

GrabSelector<R, S> = S Function(R)

The signature of a callback that receives an object of type R and returns a value of type S chosen out of it.

Implementation

typedef GrabSelector<R, S> = S Function(R);