DataSource Extensions
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
DataSource Extensions
datasourcex-util
/
com.caplin.integration.datasourcex.util.flow
/
FlowMapStreamEvent
/
InitialState
Initial
State
@
JvmInline
value
class
InitialState
<
K
:
Any
,
V
:
Any
>
(
val
map
:
Map
<
K
,
V
>
)
:
FlowMapStreamEvent
<
K
,
V
>
(
source
)
Emitted on initial collection, containing the entire initial
map
state.
Members
Constructors
Initial
State
Link copied to clipboard
constructor
(
map
:
Map
<
K
,
V
>
)
Properties
map
Link copied to clipboard
val
map
:
Map
<
K
,
V
>