MatchedClosure typedef

MatchedClosure = T Function<T>(T result)

Implementation

typedef MatchedClosure = T Function<T>(T result);