public class SetTo<T>
A property set to a new value used in update operations.
public SetTo(@NotNull
kotlin.reflect.KProperty<? extends T> property,
@Nullable
T value)
A property set to a new value used in update operations.
@NotNull public kotlin.reflect.KProperty<T> getProperty()
@Nullable public T getValue()
@NotNull public kotlin.reflect.KProperty<T> component1()
@Nullable public T component2()
@NotNull public SetTo<T> copy(@NotNull kotlin.reflect.KProperty<? extends T> property, @Nullable T value)
A property set to a new value used in update operations.
@NotNull public java.lang.String toString()
A property set to a new value used in update operations.
public int hashCode()
A property set to a new value used in update operations.
public boolean equals(@Nullable
java.lang.Object p)
A property set to a new value used in update operations.