EmptyIfNotPositiveParameterDelegate
class EmptyIfNotPositiveParameterDelegate(paramXmlName: String) : ParameterDelegate<Int>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
operator fun getValue(thisRef: Parametrized, property: KProperty<*>): Int?
Content copied to clipboard
Link copied to clipboard
operator fun setValue( thisRef: Parametrized, property: KProperty<*>, value: Int?)
Content copied to clipboard