Searched defs:collectLastValue (Results 1 – 6 of 6) sorted by relevance
17 fun collectLastValue() = runTest { in <lambda>() method
42 fun <T> TestScope.collectLastValue(state: State<T>, kairosNetwork: KairosNetwork): KairosValue<T?> { in collectLastValue() method63 fun <T> TestScope.collectLastValue(flow: Events<T>, kairosNetwork: KairosNetwork): KairosValue<T?> { in collectLastValue() method
49 fun <T> State<T>.collectLastValue(): KairosValue<T?> in collectLastValue() method62 override fun <T> State<T>.collectLastValue(): KairosValue<T?> = in collectLastValue() method
43 fun <T> TestScope.collectLastValue( in collectLastValue() method
79 fun <T> Kosmos.collectLastValue(flow: Flow<T>) = testScope.collectLastValue(flow) in runCurrent() method
160 fun <T> SysUITestComponent<*>.collectLastValue( method