Then<$T, $R> typedef

Then<$T, $R> = $R Function($T)

Implementation

typedef Then<$T, $R> = $R Function($T);