ContextValue

expect class ContextValue<E>

Deprecated

use org.modelix.kotlin.utils.ContextValue from org.modelix:kotlin-utils

actual class ContextValue<E>
actual class ContextValue<E>

Constructors

Link copied to clipboard
expect constructor()
expect constructor(defaultValue: E)
actual constructor()
actual constructor(defaultValue: E)
actual constructor()
actual constructor(defaultValue: E)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
expect fun <T> computeWith(newValue: E, r: () -> T): T
actual fun <T> computeWith(newValue: E, r: () -> T): T
actual fun <T> computeWith(newValue: E, r: () -> T): T
Link copied to clipboard
expect fun getValue(): E?
actual fun getValue(): E?
actual fun getValue(): E?