aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/common/src/flow/terminal/Reduce.kt
Commit message (Expand)AuthorAgeFilesLines
* Introduce Flow.last and Flow.lastOrNull operators (#2662)Vsevolod Tolstopyatov2021-04-211-0/+25
* Update copyright year (#2520)Vsevolod Tolstopyatov2021-02-041-1/+1
* Pr/2230 (#2287)Vsevolod Tolstopyatov2020-10-081-15/+22
* Flow.transformWhile operator (#2066)Roman Elizarov2020-07-161-25/+10
* Properly check identity of caught AbortFlowException in Flow.first op… (#2057)Vsevolod Tolstopyatov2020-05-271-33/+32
* Remove experimental status from Flow API (#1963)Vsevolod Tolstopyatov2020-04-281-2/+0
* Flow firstOrNull support (#1869)Vsevolod Tolstopyatov2020-03-171-1/+36
* Update copyright yearVsevolod Tolstopyatov2020-02-181-1/+1
* Throw NoSuchElementException instead of UnsupportedOperationException in Flow...Vsevolod Tolstopyatov2019-11-301-2/+2
* Properly distinguish AbortFlowExceptions from different non-terminal operatorsVsevolod Tolstopyatov2019-10-281-2/+2
* Stabilize core flow (#1352)Vsevolod Tolstopyatov2019-07-191-5/+1
* Mark Flow declarations as experimentalVsevolod Tolstopyatov2019-06-061-6/+6
* More operators (#1236)Vsevolod Tolstopyatov2019-06-061-2/+45
* Consolidate NullSurrogate with Symbol and rename it to NULLRoman Elizarov2019-05-311-6/+6
* Make Flow.fold inlineableVsevolod Tolstopyatov2019-05-161-2/+2
* Flow preview implementationVsevolod Tolstopyatov2019-04-041-0/+83