object Show
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Show
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def apply[T](f: (T) => Result): Show[T]
- 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 function(fn: (StringBuilder) => Result): Result
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def indent[T](x: T)(implicit show: Show[T]): Result
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- macro def meta[T](data: Any, xs: T*): Result
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newline[T](x: T)(implicit show: Show[T]): Result
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def printResult[R <: Result]: Show[R]
- implicit def printString[T <: String]: Show[T]
- def repeat(prefix: String, sep: String, suffix: String)(xs: Result*): Result
- def repeat(sep: String)(xs: Result*): Result
- def repeat(xs: Result*): Result
- def repeat[T](xs: List[T], prefix: String, sep: String, suffix: String)(implicit show: Show[T]): Result
- def repeat[T](xs: List[T], sep: String = "")(implicit show: Show[T]): Result
- macro def sequence[T](xs: T*): Result
- implicit def showAsResult[T](x: T)(implicit show: Show[T]): Result
- implicit def stringAsResult(value: String): Product with Result with java.io.Serializable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- def wrap[T](prefix: String, x: T, suffix: String, cond: Boolean)(implicit show: Show[T]): Result
- def wrap[T](prefix: String, x: T, cond: Boolean)(implicit show: Show[T]): Result
- def wrap[T](x: T, suffix: String, cond: Boolean)(implicit show: Show[T]): Result
- def wrap[T](prefix: String, x: T, suffix: String)(implicit show: Show[T]): Result
- def wrap[T](prefix: String, x: T)(implicit show: Show[T]): Result
- def wrap[T](x: T, suffix: String)(implicit show: Show[T]): Result