MappedEvent<V, T> constructor

MappedEvent<V, T>(
  1. Event<V>? evt,
  2. T? mapFunction(
    1. V?
    )
)

Implementation

MappedEvent(Event<V>? evt, this.mapFunction) : evt = evt ?? Event<V>.spent();