0.7.3
Changed
-
Update dependencies
Kotlinto1.9.10.Gradleto8.4.
-
Annotate
SymbolandNULL_VALUEwith@DelicateFlowExtApi.
Added
-
Add
Flow.chunkedoperator, it is an alias toFlow.bufferCountoperator. -
Add
Flow.pairwise(transform)operator - a variant ofFlow.pairwise()operator,
which allows the transformation of the pair of values via thetransformlambda parameter. -
Add
Flow.zipWithNext()operator, it is an alias toFlow.pairwise()operator. -
Add
Flow.zipWithNext(transform)operator, it is an alias toFlow.pairwise(transform)operator.