We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75ed0e commit d94c3faCopy full SHA for d94c3fa
README.md
@@ -2,7 +2,7 @@
2
3
The repo was motivated by [this post](https://medium.com/@desaismital/declarative-pipelines-in-kotlin-b9e18e77f2c5).
4
5
-* [Sequence Basics](src/main/kotlin/org/athenian/SequenceBasics.kt)
+* [Collection Operations](src/main/kotlin/org/athenian/SequenceBasics.kt)
6
* [Easy vs Lazy Ordering](src/main/kotlin/org/athenian/EvaluationOrdering.kt)
7
* [More Easy vs Lazy Ordering](src/main/kotlin/org/athenian/MoreEvaluationOrdering.kt)
8
* [Expensive Calculations](src/main/kotlin/org/athenian/ExpensiveCalculations.kt)
0 commit comments