class Debuggable[T] extends ConsoleOutput
- Alphabetic
- By Inheritance
- Debuggable
- ConsoleOutput
- Output
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Debuggable(t: => T)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flush(): Unit
flush the content if necessary
flush the content if necessary
- Definition Classes
- ConsoleOutput → Output
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pp(pre: String): T
print the object to the console with a small message before
- def pp(show: (T) => String)(implicit p: Debug.ImplicitParam): T
print the object to the console with a specific function and return it
- def pp(condition: (T) => Boolean): T
print the object to the console and return it, if the condition is satisfied
- def pp(condition: Boolean): T
print the object to the console and return it, if the condition is satisfied
- def pp: T
print the object to the console and return it
- def print(m: Any): Unit
print an object with no newline
print an object with no newline
- Definition Classes
- Output
- def printStackTrace(t: Throwable): Unit
print stacktraces
print stacktraces
- Definition Classes
- Output
- def printf(s: String, args: Any*): Unit
print several objects according to a format string (see Console.printf)
print several objects according to a format string (see Console.printf)
- Definition Classes
- ConsoleOutput → Output
- def println(m: Any): Unit
print an object with a newline
print an object with a newline
- Definition Classes
- Output
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val value: T
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()