Applying

data class Applying<T>(val newValue: T) : ProcessingParameterUpdateState<T>

The update is being applied.

Parameters

newValue

The new value that is being applied.

Constructors

Link copied to clipboard
constructor(newValue: T)

Properties

Link copied to clipboard
val newValue: T