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
/
SimpleMapEvent
/
EntryEvent
/
Upsert
Upsert
class
Upsert
<
out
K
:
Any
,
out
V
:
Any
>
(
val
key
:
K
,
val
newValue
:
V
)
:
SimpleMapEvent.EntryEvent
<
K
,
V
>
(
source
)
Entry with
key
has been updated to
newValue
.
Members
Constructors
Upsert
Link copied to clipboard
constructor
(
key
:
K
,
newValue
:
V
)
Properties
key
Link copied to clipboard
open
override
val
key
:
K
new
Value
Link copied to clipboard
open
override
val
newValue
:
V
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
K
component2
Link copied to clipboard
operator
fun
component2
(
)
:
V
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