blob: 83dcd49d0fab7bcfff8b20f1a61e5ae7c76b8b9a [file] [log] [blame]
// Signature format: 4.0
package androidx.room {
public final class CoroutinesRoomKt {
}
public final class RoomDatabaseKt {
method public static suspend <R> Object? withTransaction(androidx.room.RoomDatabase, kotlin.jvm.functions.Function1<? super kotlin.coroutines.Continuation<? super R>,?> block, kotlin.coroutines.Continuation<? super R> p);
}
}