Commit 0ebc602
refactor task for effects (arrow-kt#1495)
* init
* marked failed imports
* collapsed io-extensions and -extensions into arrow-effects-data
* small fix in ReadME
* collapsed reactor
* collapsed rx2
* seperated mtl instances from effects-data
* ;) arrow.fx.IO done
* build file clean up and renamed arrow-benchmarks-fx1 parent 2098bac commit 0ebc602
File tree
196 files changed
+1258
-1283
lines changed- modules
- ank
- arrow-ank
- src/main/kotlin/arrow/ank
- aql/arrow-query-language/src/test/kotlin/arrow/aql/tests
- benchmarks
- arrow-benchmarks-effects
- arrow-benchmarks-fx
- src/jmh/kotlin/arrow/benchmarks
- core
- arrow-core-data
- src/main/kotlin/arrow/typeclasses/suspended
- monaderror
- monad
- commutative
- safe
- unsafe
- arrow-test
- src/main/kotlin/arrow/test/laws
- docs
- arrow-docs
- docs
- _data
- docs
- arrow
- data
- eithert
- optiont
- effects/typeclasses/bracket
- typeclasses
- applicativeerror
- monaderror
- monad
- selective
- effects
- async
- effect
- fiber
- fx
- async
- polymorphism
- io
- monaddefer
- promise
- ref
- generic/product
- integrations
- kotlinxcoroutines
- reactor
- rx2
- patterns
- glossary
- monadcomprehensions
- arrow-examples
- src/test/kotlin/arrow
- typeclasses/solved
- advanced
- effects
- arrow-effects-data
- arrow-effects-extensions
- arrow-effects-io-extensions
- src/main/kotlin/arrow/effects/extensions
- arrow-effects-reactor-data
- arrow-effects-reactor-extensions
- arrow-effects-rx2-data
- arrow-effects-rx2-extensions
- free/arrow-free-data
- src/test/kotlin/arrow/free
- fx
- arrow-fx-mtl
- src/main/kotlin/arrow/fx/mtl
- arrow-fx-reactor
- src
- main/kotlin/arrow/fx/reactor
- extensions
- test/kotlin/arrow/effects
- arrow-fx-rx2
- src
- main/kotlin/arrow/fx/rx2
- extensions
- test/kotlin/arrow/fx
- arrow-fx
- src
- main/kotlin/arrow/fx
- extensions
- internal
- typeclasses
- test/kotlin/arrow/fx
- data
- integrations/arrow-integrations-retrofit-adapter
- src
- main/kotlin/arrow/integrations/retrofit/adapter
- test/kotlin/arrow/integrations/retrofit/adapter
- mtl/arrow-mtl-data
- src/test/kotlin/arrow/mtl
- reflect/arrow-reflect
- streams/arrow-streams
- src
- main/kotlin/arrow/streams/internal
- test/kotlin/arrow/streams/internal
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
196 files changed
+1258
-1283
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
107 | 103 | | |
108 | 104 | | |
109 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments