public final class StringFlowable
extends java.lang.Object
Flowables.| Modifier and Type | Method and Description |
|---|---|
static io.reactivex.Flowable<java.lang.Integer> |
characters(java.lang.CharSequence string)
Signals each character of the given string CharSequence as Integers.
|