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
/
SetEvent
/
EntryEvent
Entry
Event
sealed
interface
EntryEvent
<
out
V
:
Any
>
:
SetEvent
<
V
>
(
source
)
Inheritors
Insert
Removed
Members
Types
Insert
Link copied to clipboard
class
Insert
<
out
V
:
Any
>
(
val
value
:
V
)
:
SetEvent.EntryEvent
<
V
>
Removed
Link copied to clipboard
class
Removed
<
out
V
:
Any
>
(
val
value
:
V
)
:
SetEvent.EntryEvent
<
V
>
Properties
value
Link copied to clipboard
abstract
val
value
:
V
Functions
component1
Link copied to clipboard
open
operator
fun
component1
(
)
:
V