Skip to content

NoOpEventMapper

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

class NoOpEventMapper<T : Any> : EventMapper<T>

No-op implementation of EventMapper. Will return the same instance.

Parameters

T type boundary of the mapped object.

Constructors

NoOpEventMapper

constructor()

Parameters
T type boundary of the mapped object.

Functions

equals

open operator override fun equals(other: Any?): Boolean

hashCode

open override fun hashCode(): Int

map

open override fun map(event: T): T

Clone this wiki locally