filterSuccess

fun <T> ResultFlow<T>.filterSuccess(): Flow<T>

Returns a flow containing only successful values of the original flow.

See also

filter