ConditionalEventEvaluator typedef
        ConditionalEventEvaluator =
     bool Function(Measurement measurement)
    
    
Takes a Measurement from a sampling stream and evaluates if an event has
occurred. Returns true if the event has occurred, false otherwise.
Implementation
typedef ConditionalEventEvaluator = bool Function(Measurement measurement);