Interface EventCoder

interface EventCoder {
    decode<E, T>(log): null | Event<E, T>;
}

Implemented by

Methods

Methods