NonPostableEvt<T>
and StatefulReadonlyEvt<T>
are interfaces implemented respectively by the classes Evt<T>
and StatefulEvt<T>
. They contains all the methods but the ones used to post events, namely: .post(), .postOnceHandled()
and the .state
setter for StatefulReadonlyEvt
NonPostableEvt
interface:ToNonPostableEvt