AWS SDK for Kotlin
Toggle table of contents
1.8.21
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
dynamodb-mapper
/
aws.sdk.kotlin.hll.dynamodbmapper.expressions
/
UpdateDsl
/
Set
/
plus
plus
abstract
operator
fun
Expression
.
plus
(
value
:
Expression
)
:
Expression
open
operator
fun
Expression
.
plus
(
value
:
Number
)
:
Expression
open
operator
fun
Expression
.
plus
(
value
:
UByte
)
:
Expression
open
operator
fun
Expression
.
plus
(
value
:
UInt
)
:
Expression
open
operator
fun
Expression
.
plus
(
value
:
ULong
)
:
Expression
open
operator
fun
Expression
.
plus
(
value
:
UShort
)
:
Expression
Creates an arithmetic expression for adding the given
value
to this expression
Parameters
value
The value to add