Skip to content

MongoDB request DSLopensavvy.ktmongo.dsl.aggregation.stagesSetStageOperatorsset

set

abstract infix fun <V> Field<T, V>.set(value: Value<T, V>)

Replaces the value of a field with the specified value.

External resources

open infix fun <V> KProperty1<T, V>.set(value: Value<T, V>)

Replaces the value of a field with the specified value.

External resources

open infix fun <V> Field<T, V>.set(value: V)

Replaces the value of a field with the specified value.

External resources

open infix fun <V> KProperty1<T, V>.set(value: V)

Replaces the value of a field with the specified value.

External resources