Searched defs:send (Results 1 – 2 of 2) sorted by relevance
| /paging/paging-common/src/commonMain/kotlin/androidx/paging/ | ||
| D | ConflatedEventBus.kt | 32 fun send(data: T) { in send() method |
| D | FlowExt.kt | 160 private val send: suspend (t1: T1, t2: T2, updateFrom: CombineSource) -> Unit constant in androidx.paging.UnbatchedFlowCombiner |