File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ The repo was motivated by [this post](https://medium.com/@desaismital/declarativ
5
5
* [ Continuations, Sequences and Yields] ( src/main/kotlin/org/athenian/ContinuationsSequencesAndYields.kt )
6
6
* [ Collection Operations] ( src/main/kotlin/org/athenian/CollectionOperations.kt )
7
7
* [ Chained Operations] ( src/main/kotlin/org/athenian/ChainedOperations.kt )
8
- * [ Easy vs Lazy Ordering] ( src/main/kotlin/org/athenian/EvaluationOrdering.kt )
9
- * [ More Easy vs Lazy Ordering] ( src/main/kotlin/org/athenian/MoreEvaluationOrdering.kt )
8
+ * [ Sequnce Ordering] ( src/main/kotlin/org/athenian/SequenceOrdering.kt )
9
+ * [ Eager vs Lazy Ordering] ( src/main/kotlin/org/athenian/EvaluationOrdering.kt )
10
+ * [ More Eager vs Lazy Ordering] ( src/main/kotlin/org/athenian/MoreEvaluationOrdering.kt )
10
11
* [ Expensive Calculations] ( src/main/kotlin/org/athenian/ExpensiveCalculations.kt )
11
12
* [ Processing Data] ( src/main/kotlin/org/athenian/LogReader.kt )
12
13
You can’t perform that action at this time.
0 commit comments