Searched defs:toTState (Results 1 – 1 of 1) sorted by relevance
582 fun <A> StateFlow<A>.toTState(): TState<A> { in <lambda>() method597 fun <A> Flow<A>.toTState(initialValue: A): TState<A> = toTFlow().hold(initialValue) in <lambda>() method