transformation

open suspend override fun FlowCollector<Type>.transformation(input: Type)

Splitter's implementation which separates value into multiple if it meets isSplittable

If any exception happen during processing, value would be emitted

Parameters

input

is value to be analyzed and maybe split

See also