-
public final class MutableSharedStateKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> MutableSharedState<T, T>mutableSharedStateOf(TÂ value)Creates a MutableSharedState instance with the provided current value and a previous value of null.final static <P extends Any, T extends P> UnitAny()Creates a MutableSharedState with the provided current and previous values. -
-
Method Detail
-
mutableSharedStateOf
final static <T extends Any> MutableSharedState<T, T> mutableSharedStateOf(TÂ value)
Creates a MutableSharedState instance with the provided current value and a previous value of
null.
-
Any
final static <P extends Any, T extends P> Unit Any()
Creates a MutableSharedState with the provided current and previous values.
-
-
-
-