inline fun remember( stable calculation: @[DisallowComposableCalls] Function0 ): T inline fun remember( unstable key1: Any? stable calculation: @[DisallowComposableCalls] Function0 ): T inline fun remember( unstable key1: Any? unstable key2: Any? stable calculation: @[DisallowComposableCalls] Function0 ): T inline fun remember( unstable key1: Any? unstable key2: Any? unstable key3: Any? stable calculation: @[DisallowComposableCalls] Function0 ): T inline fun remember( unstable keys: Array stable calculation: @[DisallowComposableCalls] Function0 ): T inline scheme("[0, [0]]") fun key( unused unstable keys: Array stable block: Function2 ): T inline fun ReusableContent( unstable key: Any? stable content: Function2 ) readonly inline scheme("[0, [0]]") fun ReusableContentHost( stable active: Boolean stable content: Function2 ) readonly fun () readonly fun () fun () readonly fun () inline fun ComposeNode( stable factory: Function0 stable update: @[DisallowComposableCalls] @[ExtensionFunctionType] Function1, Unit> ) inline fun ReusableComposeNode( stable factory: Function0 stable update: @[DisallowComposableCalls] @[ExtensionFunctionType] Function1, Unit> ) inline scheme("[0, [0]]") fun ComposeNode( stable factory: Function0 stable update: @[DisallowComposableCalls] @[ExtensionFunctionType] Function1, Unit> stable content: Function2 ) inline scheme("[0, [0]]") fun ReusableComposeNode( stable factory: Function0 stable update: @[DisallowComposableCalls] @[ExtensionFunctionType] Function1, Unit> stable content: Function2 ) readonly inline scheme("[0, [0], [0]]") fun ComposeNode( stable factory: Function0 stable update: @[DisallowComposableCalls] @[ExtensionFunctionType] Function1, Unit> stable skippableUpdate: @[ExtensionFunctionType] Function3, Composer, Int, Unit> stable content: Function2 ) readonly inline scheme("[0, [0], [0]]") fun ReusableComposeNode( stable factory: Function0 stable update: @[DisallowComposableCalls] @[ExtensionFunctionType] Function1, Unit> stable skippableUpdate: @[ExtensionFunctionType] Function3, Composer, Int, Unit> stable content: Function2 ) fun rememberCompositionContext() fun compositionLocalMapOf( unstable values: Array> parentScope: PersistentMap, State> ): PersistentMap, State> readonly inline fun ( unstable : CompositionLocal ): T fun provided( value: T : DynamicProvidableCompositionLocal ): State fun provided( value: T unused stable : StaticProvidableCompositionLocal ): State restartable scheme("[0, [0]]") fun CompositionLocalProvider( unstable values: Array> stable content: Function2 ) restartable skippable scheme("[0, [0]]") fun CompositionLocalProvider( context: CompositionLocalContext stable content: Function2 ) fun SideEffect( stable effect: Function0 ) fun DisposableEffect( unused stable effect: @[ExtensionFunctionType] Function1 ) fun DisposableEffect( unstable key1: Any? stable effect: @[ExtensionFunctionType] Function1 ) fun DisposableEffect( unstable key1: Any? unstable key2: Any? stable effect: @[ExtensionFunctionType] Function1 ) fun DisposableEffect( unstable key1: Any? unstable key2: Any? unstable key3: Any? stable effect: @[ExtensionFunctionType] Function1 ) fun DisposableEffect( unstable keys: Array stable effect: @[ExtensionFunctionType] Function1 ) restartable skippable fun LaunchedEffect( unused unstable block: @[ExtensionFunctionType] SuspendFunction1 ) fun LaunchedEffect( unstable key1: Any? unstable block: @[ExtensionFunctionType] SuspendFunction1 ) fun LaunchedEffect( unstable key1: Any? unstable key2: Any? unstable block: @[ExtensionFunctionType] SuspendFunction1 ) fun LaunchedEffect( unstable key1: Any? unstable key2: Any? unstable key3: Any? unstable block: @[ExtensionFunctionType] SuspendFunction1 ) fun LaunchedEffect( unstable keys: Array unstable block: @[ExtensionFunctionType] SuspendFunction1 ) inline fun rememberCoroutineScope( stable getContext: @[DisallowComposableCalls] Function0? = @dynamic { EmptyCoroutineContext } ): CoroutineScope fun produceState( initialValue: T unstable producer: @[ExtensionFunctionType] SuspendFunction1, Unit> ): State fun produceState( initialValue: T unstable key1: Any? unstable producer: @[ExtensionFunctionType] SuspendFunction1, Unit> ): State fun produceState( initialValue: T unstable key1: Any? unstable key2: Any? unstable producer: @[ExtensionFunctionType] SuspendFunction1, Unit> ): State fun produceState( initialValue: T unstable key1: Any? unstable key2: Any? unstable key3: Any? unstable producer: @[ExtensionFunctionType] SuspendFunction1, Unit> ): State fun produceState( initialValue: T unstable keys: Array unstable producer: @[ExtensionFunctionType] SuspendFunction1, Unit> ): State fun collectAsState( unstable : StateFlow unstable context: CoroutineContext? = @dynamic EmptyCoroutineContext ): State fun collectAsState( unstable : Flow initial: R unstable context: CoroutineContext? = @dynamic EmptyCoroutineContext ): State fun rememberUpdatedState( newValue: T ): State