Searched defs:childStateScope (Results 1 – 3 of 3) sorted by relevance
44 fun childStateScope(newEnd: TFlow<Any>): StateScope in runInTransactionScope() method
252 override fun childStateScope(newEnd: TFlow<Any>) = in <lambda>() method
490 fun <A> childStateScope(stop: TFlow<*>, stateful: FrpStateful<A>): FrpDeferredValue<A> { in <lambda>() method