Package 

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> Unit Any() Creates a MutableSharedState with the provided current and previous values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait