Unshow

ostrat.Unshow$
See theUnshow companion trait
object Unshow

Companion object for the Unshow type class trait, contains implicit instances for common types.

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Unshow.type

Members list

Concise view

Type members

Classlikes

class IntEvClass extends Unshow[Int]

Attributes

Graph
Supertypes
trait Unshow[Int]
trait TypeStr
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete fields

Unshow instance for Int in base32 format. This must be passed explicitly.

Unshow instance for Int in base32 format. This must be passed explicitly.

Attributes

Unshow instance for natural non negative Int in base32 format. This evidence must be passed explicitly.

Unshow instance for natural non negative Int in base32 format. This evidence must be passed explicitly.

Attributes

Unshow instance for Int in hexadecimal format. This must be passed explicitly.

Unshow instance for Int in hexadecimal format. This must be passed explicitly.

Attributes

Unshow instance for natural non negative Int in hexadecimal format. This evidence must be passed explicitly.

Unshow instance for natural non negative Int in hexadecimal format. This evidence must be passed explicitly.

Attributes

Unshow instance / evidence for natural, non-negative Int in a standard format. This must be passed explicitly.

Unshow instance / evidence for natural, non-negative Int in a standard format. This must be passed explicitly.

Attributes

Unshow instance / evidence for positive, non-negative Double. This must be passed explicitly.

Unshow instance / evidence for positive, non-negative Double. This must be passed explicitly.

Attributes

Implicits

Implicits

implicit val booleanEv: Unshow[Boolean]

Implicit Unshow instance / evidence for Boolean.

Implicit Unshow instance / evidence for Boolean.

Attributes

implicit val charEv: Unshow[Char]

Implicit Unshow instance / evidence for Char.

Implicit Unshow instance / evidence for Char.

Attributes

implicit val doubleEv: Unshow[Double]

Implicit Unshow instance / evidence for Double.

Implicit Unshow instance / evidence for Double.

Attributes

implicit val floatEv: Unshow[Float]

Implicit Unshow instance / evidence for Float.

Implicit Unshow instance / evidence for Float.

Attributes

implicit val intEv: Unshow[Int]

Implicit Unshow instance for an Int in a standard format.

Implicit Unshow instance for an Int in a standard format.

Attributes

implicit def listImplicit[A](implicit evIn: Unshow[A]): Unshow[List[A]]

Implicit method for creating List[A: Persist] instances.

Implicit method for creating List[A: Persist] instances.

Attributes

implicit val longEv: Unshow[Long]

Implicit Unshow instance / evidence for Long.

Implicit Unshow instance / evidence for Long.

Attributes

implicit val noneUnShowImplicit: Unshow[None.type]
implicit def optionUnShowImplicit[A](implicit evA: Unshow[A]): Unshow[Option[A]]
implicit def someUnShowImplicit[A](implicit ev: Unshow[A]): Unshow[Some[A]]
implicit val stringEv: Unshow[String]

Implicit Unshow instance / evidence for String.

Implicit Unshow instance / evidence for String.

Attributes

implicit def vectorImplicit[A](implicit evIn: Unshow[A]): Unshow[Vector[A]]

Implicit method for creating Vector[A: UnShow] instances.

Implicit method for creating Vector[A: UnShow] instances.

Attributes