MutableValueProvider

interface MutableValueProvider : ValueProvider

An object that could consume values

Functions

getValue
Link copied to clipboard
common
abstract fun getValue(name: Name): Value?
setValue
Link copied to clipboard
common
abstract fun setValue(name: Name, value: Value?)

Inheritors

MutableMetaProvider
Link copied to clipboard

Extensions

setValue
Link copied to clipboard
common
fun MutableValueProvider.setValue(key: String, value: Value?)