DataSource Extensions
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
DataSource Extensions
datasourcex-reactive-api
/
com.caplin.integration.datasourcex.reactive.api
/
ContainerEvent
/
RowEvent
/
Upsert
Upsert
class
Upsert
<
out
T
:
Any
>
(
val
key
:
String
,
val
value
:
T
)
:
ContainerEvent.RowEvent
<
T
>
(
source
)
Insert or replace an existing row
Members
Constructors
Upsert
Link copied to clipboard
constructor
(
key
:
String
,
value
:
T
)
Properties
key
Link copied to clipboard
open
override
val
key
:
String
value
Link copied to clipboard
val
value
:
T
Functions
component1
Link copied to clipboard
open
operator
fun
component1
(
)
:
String
component2
Link copied to clipboard
operator
fun
component2
(
)
:
T
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String