zcash-android-wallet-sdk / cash.z.wallet.sdk.ext / kotlinx.coroutines.flow.Flow / onFirst

onFirst

suspend fun <T, S> Flow<T>.onFirst(block: suspend (T) -> S): Unit

Utility for performing the given action on the first emission of a flow.