Technology lover, Android, Java & Kotlin dev | web: rakhman.info
This post is the sequel Your first Firefox (Web)extension in Kotlin. You should read it…
Kotlin, my favourite programming language, has seen a fast adoption on platforms…
In my application, I recently had the following requirement: In a reactive stream of items, wait until one specific item is emitted, then emit all items to the observer. If that item isn’t found, don’t emit anything…