Package rx.exceptions

Class CompositeException.PrintStreamOrWriter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract java.lang.Object lock()
      Returns the object to be locked when using this StreamOrWriter
      (package private) abstract void println​(java.lang.Object o)
      Prints the specified string as a line on this StreamOrWriter
      • Methods inherited from class java.lang.Object

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

      • PrintStreamOrWriter

        PrintStreamOrWriter()
    • Method Detail

      • lock

        abstract java.lang.Object lock()
        Returns the object to be locked when using this StreamOrWriter
      • println

        abstract void println​(java.lang.Object o)
        Prints the specified string as a line on this StreamOrWriter