Class StringObservable


  • public final class StringObservable
    extends Object
    Utility class for String operations with Observables.
    • Method Detail

      • characters

        public static Observable<Integer> characters​(CharSequence string)
        Signals each character of the given string CharSequence as Integers.
        Parameters:
        string - the source of characters
        Returns:
        the new Observable instance