operator ~ method

AnnotatedEvents operator ~()

Implementation

AnnotatedEvents operator ~() {
  return AnnotatedEvents(~value);
}