Searched defs:updateFrom (Results 1 – 3 of 3) sorted by relevance
125 UnbatchedFlowCombiner<T1, T2> { t1, t2, updateFrom -> in combineWithoutBatching() method184 val updateFrom = in onNext() constant
168 .combineWithoutBatching(pageEventFlow) { remoteState, sourceEvent, updateFrom -> in <lambda>() method
195 .combineWithoutBatching(flow2.consumeAsFlow()) { _, _, updateFrom -> in <lambda>() method290 val updateFrom: CombineSource, in <lambda>() constant in androidx.paging.FlowExtTest.UnbatchedFlowCombinerTest.SendResult