object Debug extends DebugVersionSpecific
- Alphabetic
- By Inheritance
- Debug
- DebugVersionSpecific
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
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
- implicit def ArrayDebug[A](implicit arg0: Debug[A]): Debug[Array[A]]
Derives a
Debug[Array[A]]
given aDebug[A]
. - implicit val BigDecimalDebug: Debug[BigDecimal]
The
Debug
instance forBigDecimal
. - implicit val BigIntDebug: Debug[BigInt]
The
Debug
instance forBigInt
. - implicit val BooleanDebug: Debug[Boolean]
The
Debug
instance forBoolean
. - implicit val ByteDebug: Debug[Byte]
The
Debug
instance forByte
. - implicit val CharDebug: Debug[Char]
The
Debug
instance forChar
. - implicit def ChunkDebug[A](implicit arg0: Debug[A]): Debug[Chunk[A]]
Derives a
Debug[Chunk[A]]
given aDebug[A]
. - implicit def DeriveDebug[F[_], A](implicit derive: Derive[F, Debug], debug: Debug[A]): Debug[F[A]]
Derives a
Debug[F[A]]
given aDerive[F, Debug]
and aDebug[A]
. - implicit val DoubleDebug: Debug[Double]
The
Debug
instance forDouble
. - implicit val DurationScalaDebug: Debug[Duration]
The
Debug
instance forscala.concurrent.Duration
. - implicit val DurationZIODebug: Debug[Duration]
The
Debug
instance forzio.duration.Duration
. - implicit def EitherDebug[E, A](implicit arg0: Debug[E], arg1: Debug[A]): Debug[Either[E, A]]
Derives a
Debug[Either[E, A]]
given aDebug[E]
and aDebug[A]
. - implicit val FloatDebug: Debug[Float]
The
Debug
instance forFloat
. - implicit val IntDebug: Debug[Int]
The
Debug
instance forInt
. - implicit def ListDebug[A](implicit arg0: Debug[A]): Debug[List[A]]
Derives a
Debug[List[A]]
given aDebug[A]
. - implicit val LongDebug: Debug[Long]
The
Debug
instance forLong
. - implicit def MapDebug[K, V](implicit arg0: Debug[K], arg1: Debug[V]): Debug[Map[K, V]]
Derives a
Debug[Map[K, V]]
given aDebug[K]
and aDebug[V]
. - implicit val MathContextDebug: Debug[MathContext]
The
Debug
instance forjava.math.MathContext
. - implicit def NonEmptyChunkDebug[A](implicit arg0: Debug[A]): Debug[NonEmptyChunk[A]]
Derivves a
Debug[NonEmptyChunk[A]]
given aDebug[A]
. - implicit val NothingDebug: Debug[Nothing]
The
Debug
instance forNothing
.The
Debug
instance forNothing
. Note that since there are no values of typeNothing
thisDebug
instance can never be called. - implicit def OptionDebug[A](implicit arg0: Debug[A]): Debug[Option[A]]
Dervies a
Debug[Option[A]]
given aDebug[A]
. - implicit val RoundingModeDebug: Debug[RoundingMode]
The
Debug
instance forjava.math.RoundingMode
. - implicit val ShortDebug: Debug[Short]
The
Debug
instance forShort
. - implicit val StringDebug: Debug[String]
The
Debug
instance forString
. - implicit val TimeUnitDebug: Debug[TimeUnit]
The
Debug
instance forTimeUnit
. - implicit def Tuple10Debug[A, B, C, D, E, F, G, H, I, J](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J]): Debug[(A, B, C, D, E, F, G, H, I, J)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple11Debug[A, B, C, D, E, F, G, H, I, J, K](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J], arg10: Debug[K]): Debug[(A, B, C, D, E, F, G, H, I, J, K)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple12Debug[A, B, C, D, E, F, G, H, I, J, K, L](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J], arg10: Debug[K], arg11: Debug[L]): Debug[(A, B, C, D, E, F, G, H, I, J, K, L)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple13Debug[A, B, C, D, E, F, G, H, I, J, K, L, M](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J], arg10: Debug[K], arg11: Debug[L], arg12: Debug[M]): Debug[(A, B, C, D, E, F, G, H, I, J, K, L, M)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple14Debug[A, B, C, D, E, F, G, H, I, J, K, L, M, N](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J], arg10: Debug[K], arg11: Debug[L], arg12: Debug[M], arg13: Debug[N]): Debug[(A, B, C, D, E, F, G, H, I, J, K, L, M, N)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple15Debug[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J], arg10: Debug[K], arg11: Debug[L], arg12: Debug[M], arg13: Debug[N], arg14: Debug[O]): Debug[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple16Debug[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J], arg10: Debug[K], arg11: Debug[L], arg12: Debug[M], arg13: Debug[N], arg14: Debug[O], arg15: Debug[P]): Debug[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple17Debug[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J], arg10: Debug[K], arg11: Debug[L], arg12: Debug[M], arg13: Debug[N], arg14: Debug[O], arg15: Debug[P], arg16: Debug[Q]): Debug[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple18Debug[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J], arg10: Debug[K], arg11: Debug[L], arg12: Debug[M], arg13: Debug[N], arg14: Debug[O], arg15: Debug[P], arg16: Debug[Q], arg17: Debug[R]): Debug[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple19Debug[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J], arg10: Debug[K], arg11: Debug[L], arg12: Debug[M], arg13: Debug[N], arg14: Debug[O], arg15: Debug[P], arg16: Debug[Q], arg17: Debug[R], arg18: Debug[S]): Debug[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple20Debug[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J], arg10: Debug[K], arg11: Debug[L], arg12: Debug[M], arg13: Debug[N], arg14: Debug[O], arg15: Debug[P], arg16: Debug[Q], arg17: Debug[R], arg18: Debug[S], arg19: Debug[T]): Debug[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple21Debug[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J], arg10: Debug[K], arg11: Debug[L], arg12: Debug[M], arg13: Debug[N], arg14: Debug[O], arg15: Debug[P], arg16: Debug[Q], arg17: Debug[R], arg18: Debug[S], arg19: Debug[T], arg20: Debug[U]): Debug[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple22Debug[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I], arg9: Debug[J], arg10: Debug[K], arg11: Debug[L], arg12: Debug[M], arg13: Debug[N], arg14: Debug[O], arg15: Debug[P], arg16: Debug[Q], arg17: Debug[R], arg18: Debug[S], arg19: Debug[T], arg20: Debug[U], arg21: Debug[V]): Debug[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple2Debug[A, B](implicit arg0: Debug[A], arg1: Debug[B]): Debug[(A, B)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple3Debug[A, B, C](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C]): Debug[(A, B, C)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple4Debug[A, B, C, D](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D]): Debug[(A, B, C, D)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple5Debug[A, B, C, D, E](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E]): Debug[(A, B, C, D, E)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple6Debug[A, B, C, D, E, F](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F]): Debug[(A, B, C, D, E, F)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple7Debug[A, B, C, D, E, F, G](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G]): Debug[(A, B, C, D, E, F, G)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple8Debug[A, B, C, D, E, F, G, H](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H]): Debug[(A, B, C, D, E, F, G, H)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit def Tuple9Debug[A, B, C, D, E, F, G, H, I](implicit arg0: Debug[A], arg1: Debug[B], arg2: Debug[C], arg3: Debug[D], arg4: Debug[E], arg5: Debug[F], arg6: Debug[G], arg7: Debug[H], arg8: Debug[I]): Debug[(A, B, C, D, E, F, G, H, I)]
Derives an
Debug
for a product type given anDebug
for each element of the product type. - implicit val UnitDebug: Debug[Unit]
The
Debug
instance forUnit
. - implicit def VectorDebug[A](implicit arg0: Debug[A]): Debug[Vector[A]]
Derives a
Debug[Vector[A]]
given aDebug[A]
. - def apply[A](implicit debug: Debug[A]): Debug[A]
Summons an implicit
Debug[A]
. - 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])
- 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
- def keyValueDebug[A, B](implicit arg0: Debug[A], arg1: Debug[B]): Debug[(A, B)]
Constructurs a
Debug
instance for a pair of a key and a value givenDebug
instances for the key and value types. - def make[A](f: (A) => Repr): Debug[A]
Constructs a
Debug[A]
from a function that converts a value of typeA
to aRepr
. - 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()
- 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()
- object Renderer
- object Repr