blob: dee395621fee813fdc2a016645867e71d7db30fe [file] [log] [blame]
// Signature format: 4.0
package androidx.compose.runtime.livedata {
public final class LiveDataAdapterKt {
method @androidx.compose.runtime.Composable public static <T> androidx.compose.runtime.State<T?> observeAsState(androidx.lifecycle.LiveData<T>);
method @androidx.compose.runtime.Composable public static <R, T extends R> androidx.compose.runtime.State<R> observeAsState(androidx.lifecycle.LiveData<T>, R initial);
}
}