Select<T, R> typedef

Select<T, R> = R Function(T value)

A selector of one argument.

Implementation

typedef Select<T, R> = R Function(T value);