Package io.reactivex.rxjava3.exceptions
Class CompositeException.PrintStreamOrWriter
java.lang.Object
io.reactivex.rxjava3.exceptions.CompositeException.PrintStreamOrWriter
- Direct Known Subclasses:
CompositeException.WrappedPrintStream
,CompositeException.WrappedPrintWriter
- Enclosing class:
CompositeException
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract CompositeException.PrintStreamOrWriter
Prints the object's string representation via the underlying PrintStream or PrintWriter.
-
Constructor Details
-
PrintStreamOrWriter
PrintStreamOrWriter()
-
-
Method Details
-
append
Prints the object's string representation via the underlying PrintStream or PrintWriter.- Parameters:
o
- the object to print- Returns:
- this
-