Searched defs:mapCheap (Results 1 – 2 of 2) sorted by relevance
170 fun <A, B> TFlow<A>.mapCheap(transform: suspend FrpTransactionScope.(A) -> B): TFlow<B> = in mapCheap() method
168 internal fun <A, B> TStateImpl<A>.mapCheap( in mapCheap() method