MergeStrategy

fun interface MergeStrategy<A>(source)

Strategy used to combine simultaneously occurring events within a frame when merging multiple Events.

Default behavior for this is Leftmost.

Inheritors

Types

Link copied to clipboard

Default MergeStrategy -- choosing the leftmost event that was passed to Event.mergedWith.

Functions

Link copied to clipboard
abstract fun mergeEvents(events: List<A>): A?