kmongo / org.litote.kmongo / SetTo

SetTo

data class SetTo<out T> (source)

A property set to a new value used in update operations.

Constructors

<init>

A property set to a new value used in update operations.

SetTo(property: KProperty<T>, value: T?)

Properties

property

val property: KProperty<T>

value

val value: T?