Packages

trait Shows extends LowPriorityShows

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Shows
  2. LowPriorityShows
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Shows to any2stringadd[Shows] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Shows, B)
    Implicit
    This member is added by an implicit conversion from Shows to ArrowAssoc[Shows] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit val booleanShow: Show[Boolean]
  8. implicit val byteShow: Show[Byte]
  9. implicit val charShow: Show[Char]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. implicit val doubleShow: Show[Double]
  12. implicit def durationShow[A <: Duration]: Show[A]
  13. def ensuring(cond: (Shows) ⇒ Boolean, msg: ⇒ Any): Shows
    Implicit
    This member is added by an implicit conversion from Shows to Ensuring[Shows] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Shows) ⇒ Boolean): Shows
    Implicit
    This member is added by an implicit conversion from Shows to Ensuring[Shows] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Shows
    Implicit
    This member is added by an implicit conversion from Shows to Ensuring[Shows] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Shows
    Implicit
    This member is added by an implicit conversion from Shows to Ensuring[Shows] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. implicit val floatShow: Show[Float]
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Shows to StringFormat[Shows] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. implicit def fromCatsShow[T](implicit catsShow: cats.Show[T]): Show[T]
    Definition Classes
    LowPriorityShows
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. implicit val intShow: Show[Int]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. implicit val longShow: Show[Long]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. implicit def optionalShow[A](implicit ev: Show[A]): Show[Option[A]]
  31. implicit val shortShow: Show[Short]
  32. implicit val stringShow: Show[String]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. implicit def traversable[T, F[_], FF[T] <: scala.collection.compat.IterableOnce[T]](implicit shows: Show[T]): Show[FF[T]]
  36. def traversableBuilder[T, F[_], FF[T] <: scala.collection.compat.IterableOnce[T]](concat: (scala.collection.compat.IterableOnce[String]) ⇒ String)(implicit shows: Show[T]): Show[FF[T]]
  37. implicit val urlShow: Show[URL]
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (Shows, B)
    Implicit
    This member is added by an implicit conversion from Shows to ArrowAssoc[Shows] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LowPriorityShows

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Shows to any2stringadd[Shows]

Inherited by implicit conversion StringFormat from Shows to StringFormat[Shows]

Inherited by implicit conversion Ensuring from Shows to Ensuring[Shows]

Inherited by implicit conversion ArrowAssoc from Shows to ArrowAssoc[Shows]

Ungrouped