We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51babb4 commit bd2fc85Copy full SHA for bd2fc85
util/src/main/kotlin/com/caplin/integration/datasourcex/util/flow/SetEvent.kt
@@ -168,8 +168,8 @@ fun <V : Any, R> Flow<Set<V>>.flatMapLatestAndMerge(
168
169
/**
170
* Transforms a flow of [SetEvent] into a merged flow by applying [entryEventTransformer] to each
171
- * entry event. When an event is received, a new flow is created and its emissions are
172
- * merged into the resulting flow.
+ * entry event. When an event is received, a new flow is created and its emissions are merged into
+ * the resulting flow.
173
*/
174
fun <V : Any, R> Flow<SetEvent<V>>.flatMapLatestAndMerge(
175
entryEventTransformer: (EntryEvent<V>) -> Flow<R>
0 commit comments