Expectation typedef

Expectation = PostExpectation<T> Function<T>(T x)

Implementation

typedef Expectation = PostExpectation<T> Function<T>(T x);