X Tutup
Skip to content

Commit 495c163

Browse files
committed
Inserted new chapter
1 parent 8046d8a commit 495c163

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Part 3 - Taming the sequence/7. Custom operators.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,3 +274,10 @@ If you can't guarantee that your operator will obey the Rx contract, for example
274274
If the ability to use your custom operator in the chain like a standard operator is not convincing enough, using `lift` has one more unexpected advantage. Standard operators are also implemented using `lift`, which makes `lift` a hot method at runtime. JVM optimises for `lift` and operators that use `lift` receive a performance boost. That can include your operator, if you use `lift`.
275275

276276

277+
278+
279+
#### Continue reading
280+
281+
| Previous | Next |
282+
| --- | --- |
283+
| [Hot and cold observables](/Part 3 - Taming the sequence/6. Hot and Cold observables.md) | [Chapter 4 - Concurrency](/Part 4 - Concurrency/1. Scheduling and threading.md) |

0 commit comments

Comments
 (0)
X Tutup