Method<I, O> typedef

Method<I, O> = O Function(I)

Implementation

typedef Method<I, O> = O Function(I);