Class StringObservable


  • public final class StringObservable
    extends java.lang.Object
    Utility class for String operations with Observables.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Observable<java.lang.Integer> characters​(java.lang.CharSequence string)
      Signals each character of the given string CharSequence as Integers.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • characters

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