ProvidedValue


An instance to hold a value provided by CompositionLocalProvider and is created by the ProvidableCompositionLocal.provides infixed operator. If canOverride is false, the provided value will not overwrite a potentially already existing value in the scope.

Summary

Public properties

Boolean
Cmn
CompositionLocal<T>
Cmn
T
Cmn

Public properties

canOverride

val canOverrideBoolean

compositionLocal

val compositionLocalCompositionLocal<T>

value

val value: T