scala.tools.partest.nest.Output

Redirecter

class Redirecter extends PrintStream

Linear Supertypes
PrintStream, Appendable, FilterOutputStream, OutputStream, Flushable, Closeable, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Redirecter
  2. PrintStream
  3. Appendable
  4. FilterOutputStream
  5. OutputStream
  6. Flushable
  7. Closeable
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Redirecter(stream: PrintStream)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Redirecter to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Redirecter, B)

    Implicit information
    This member is added by an implicit conversion from Redirecter to ArrowAssoc[Redirecter] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def append(arg0: Char): PrintStream

    Definition Classes
    PrintStream → Appendable
  9. def append(arg0: CharSequence, arg1: Int, arg2: Int): PrintStream

    Definition Classes
    PrintStream → Appendable
  10. def append(arg0: CharSequence): PrintStream

    Definition Classes
    PrintStream → Appendable
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def checkError(): Boolean

    Definition Classes
    PrintStream
  13. def clearError(): Unit

    Attributes
    protected[java.io]
    Definition Classes
    PrintStream
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def close(): Unit

    Definition Classes
    PrintStream → FilterOutputStream → OutputStream → Closeable
  16. def ensuring(cond: (Redirecter) ⇒ Boolean, msg: ⇒ Any): Redirecter

    Implicit information
    This member is added by an implicit conversion from Redirecter to Ensuring[Redirecter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (Redirecter) ⇒ Boolean): Redirecter

    Implicit information
    This member is added by an implicit conversion from Redirecter to Ensuring[Redirecter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): Redirecter

    Implicit information
    This member is added by an implicit conversion from Redirecter to Ensuring[Redirecter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): Redirecter

    Implicit information
    This member is added by an implicit conversion from Redirecter to Ensuring[Redirecter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def flush(): Unit

    Definition Classes
    PrintStream → FilterOutputStream → OutputStream → Flushable
  24. def format(arg0: Locale, arg1: String, arg2: <repeated...>[AnyRef]): PrintStream

    Definition Classes
    PrintStream
  25. def format(arg0: String, arg1: <repeated...>[AnyRef]): PrintStream

    Definition Classes
    PrintStream
  26. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Redirecter to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def print(arg0: Any): Unit

    Definition Classes
    PrintStream
  34. def print(arg0: String): Unit

    Definition Classes
    PrintStream
  35. def print(arg0: Array[Char]): Unit

    Definition Classes
    PrintStream
  36. def print(arg0: Double): Unit

    Definition Classes
    PrintStream
  37. def print(arg0: Float): Unit

    Definition Classes
    PrintStream
  38. def print(arg0: Long): Unit

    Definition Classes
    PrintStream
  39. def print(arg0: Int): Unit

    Definition Classes
    PrintStream
  40. def print(arg0: Char): Unit

    Definition Classes
    PrintStream
  41. def print(arg0: Boolean): Unit

    Definition Classes
    PrintStream
  42. def printf(arg0: Locale, arg1: String, arg2: <repeated...>[AnyRef]): PrintStream

    Definition Classes
    PrintStream
  43. def printf(arg0: String, arg1: <repeated...>[AnyRef]): PrintStream

    Definition Classes
    PrintStream
  44. def println(arg0: Any): Unit

    Definition Classes
    PrintStream
  45. def println(arg0: String): Unit

    Definition Classes
    PrintStream
  46. def println(arg0: Array[Char]): Unit

    Definition Classes
    PrintStream
  47. def println(arg0: Double): Unit

    Definition Classes
    PrintStream
  48. def println(arg0: Float): Unit

    Definition Classes
    PrintStream
  49. def println(arg0: Long): Unit

    Definition Classes
    PrintStream
  50. def println(arg0: Int): Unit

    Definition Classes
    PrintStream
  51. def println(arg0: Char): Unit

    Definition Classes
    PrintStream
  52. def println(arg0: Boolean): Unit

    Definition Classes
    PrintStream
  53. def println(): Unit

    Definition Classes
    PrintStream
  54. def setError(): Unit

    Attributes
    protected[java.io]
    Definition Classes
    PrintStream
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toString(): String

    Definition Classes
    AnyRef → Any
  57. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  58. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  59. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  60. def write(arg0: Array[Byte], arg1: Int, arg2: Int): Unit

    Definition Classes
    PrintStream → FilterOutputStream → OutputStream
  61. def write(arg0: Int): Unit

    Definition Classes
    PrintStream → FilterOutputStream → OutputStream
  62. def write(arg0: Array[Byte]): Unit

    Definition Classes
    FilterOutputStream → OutputStream
    Annotations
    @throws()
  63. def [B](y: B): (Redirecter, B)

    Implicit information
    This member is added by an implicit conversion from Redirecter to ArrowAssoc[Redirecter] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Redirecter to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (redirecter: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Redirecter to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (redirecter: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Redirecter

    Implicit information
    This member is added by an implicit conversion from Redirecter to ArrowAssoc[Redirecter] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (redirecter: ArrowAssoc[Redirecter]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Redirecter

    Implicit information
    This member is added by an implicit conversion from Redirecter to Ensuring[Redirecter] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (redirecter: Ensuring[Redirecter]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from PrintStream

Inherited from Appendable

Inherited from FilterOutputStream

Inherited from OutputStream

Inherited from Flushable

Inherited from Closeable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Redirecter to StringAdd

Inherited by implicit conversion any2stringfmt from Redirecter to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Redirecter to ArrowAssoc[Redirecter]

Inherited by implicit conversion any2Ensuring from Redirecter to Ensuring[Redirecter]

Ungrouped