blob: 9f2693646833436876dfe3c42c0efecef9d5e576 [file] [log] [blame]
Ian Lake58809272019-09-27 15:06:55 -07001// Signature format: 3.0
2package androidx.room {
3
4 public final class CoroutinesRoomKt {
Ian Lake58809272019-09-27 15:06:55 -07005 }
6
7 public final class RoomDatabaseKt {
Louis Pullen-Freilicheb86a042020-04-30 12:35:30 +01008 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);
Ian Lake58809272019-09-27 15:06:55 -07009 }
10
11}
12