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
abstract static class CompositeException.PrintStreamOrWriter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PrintStreamOrWriter()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract CompositeException.PrintStreamOrWriter
append(java.lang.Object o)
Prints the object's string representation via the underlying PrintStream or PrintWriter.
-
-
-
Method Detail
-
append
abstract CompositeException.PrintStreamOrWriter append(java.lang.Object o)
Prints the object's string representation via the underlying PrintStream or PrintWriter.- Parameters:
o
- the object to print- Returns:
- this
-
-