Transformer

fun interface Transformer<Type>

Flow custom transformation which encapsulates Flow.transform function into every implementation (including anonymous) of type Transformer

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Contract describes actual values transformation and this transformation conditions

Functions

Link copied to clipboard
abstract suspend fun FlowCollector<Type>.transformation(input: Type)

Is overriding of function Flow.transform called so to not confuse you while reading Flow.bind function source