xref
: /
room
/
room-compiler
/
src
/
test
/
test-data
/
common
/
input
/
Flow.java
androidx_main_20250408
Diff With...
Home
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
//Flow interface for tests
2
package
kotlinx
.
coroutines
.
flow
;
3
public
interface
Flow
<
T
> {
4
}