events library

Classes

CompleteEvent<T>
Event of the completion of a sequence of type T.
ErrorEvent<T>
Event of an error with optional stack trace of a sequence of type T.
Event<T>
Abstract immutable event object of type `T.
NextEvent<T>
Event with value of type T.

Exceptions / Errors

UnexpectedEventError
An error throws when an operation receives an unknown Event type.