Watch1<T, P1> typedef

Watch1<T, P1> = T Function(P1 p1)

Implementation

typedef Watch1<T, P1> = T Function(P1 p1);