AspectPatch<A, T> typedef
AspectPatch<A, T> =
T Function(T value, A next)
Implementation
typedef AspectPatch<A, T> = T Function(T value, A next);
typedef AspectPatch<A, T> = T Function(T value, A next);