S
.subscribe({.......}, Throwable::printStackTrace )И
.subscribe(.......)Size: a a a
S
.subscribe({.......}, Throwable::printStackTrace ).subscribe(.......)S
I
I
Single.error(Throwable())AD
Single.error(Throwable())Throwable прилетит как обычный элемент)I
Throwable прилетит как обычный элемент)S
S
S
AY
i
i
AD
S
i
i
i
i
AD

AD
fun inc() = processor.publish(count.incrementAndGet())
fun dec() = processor.publish(count.decrementAndGet())
fun observe() = processor.map { it > 0 }