yafrl
Toggle table of contents
0.4-SNAPSHOT
common
Platform filter
common
Home
Documentation
Tutorials
GitHub
Switch theme
Search in API
yafrl
yafrl-core
/
io.github.yafrl
/
MergeStrategy
/
Leftmost
Leftmost
class
Leftmost
<
A
>
:
MergeStrategy
<
A
>
(
source
)
Default
MergeStrategy
-- choosing the leftmost event that was passed to
Event.mergedWith
.
Members
Constructors
Leftmost
Link copied to clipboard
constructor
(
)
Functions
merge
Events
Link copied to clipboard
open
override
fun
mergeEvents
(
events
:
List
<
A
>
)
:
A
?