Searched defs:createFlow (Results 1 – 7 of 7) sorted by relevance
47 public fun <R> createFlow( in createFlow() method
31 fun <R> createFlow( in createFlow() method
82 actual fun createFlow(vararg tables: String, emitInitialState: Boolean): Flow<Set<String>> { in createFlow() method
132 fun createFlow(resolvedTableNames: Array<out String>): Flow<Set<String>> = in <lambda>() method
84 public fun <R> createFlow( in <lambda>() method
221 actual fun createFlow(vararg tables: String, emitInitialState: Boolean): Flow<Set<String>> { in <lambda>() method in androidx.room.InvalidationTracker
88 fun createFlow(vararg tables: String, emitInitialState: Boolean = true): Flow<Set<String>> in <lambda>() method223 internal fun createFlow( in createFlow() method