Object/Trait

polynote.data

ReprFormat

Related Docs: trait ReprFormat | package data

Permalink

object ReprFormat extends ReprFormat0

Linear Supertypes
ReprFormat0, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReprFormat
  2. ReprFormat0
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class instance[T](fn: (T) ⇒ ByteVector) extends ReprFormat[T] with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def arrayFormat[A](implicit elFormat: ReprFormat[A]): ReprFormat[Array[A]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. implicit val bitVectorFormat: ReprFormat[BitVector]

    Permalink
  7. implicit val boolFormat: ReprFormat[Boolean]

    Permalink
  8. implicit val byteArrayFormat: ReprFormat[Array[Byte]]

    Permalink
  9. implicit val byteFormat: ReprFormat[Byte]

    Permalink
  10. implicit val byteVectorFormat: ReprFormat[ByteVector]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. implicit val doubleFormat: ReprFormat[Double]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. implicit val floatFormat: ReprFormat[Float]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. implicit def hlistFormat[H, T <: HList](implicit formatH: ReprFormat[H], formatT: ReprFormat[T]): ReprFormat[::[H, T]]

    Permalink
  20. implicit val hnilFormat: ReprFormat[HNil]

    Permalink
  21. implicit val intFormat: ReprFormat[Int]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. implicit val longFormat: ReprFormat[Long]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. implicit def optionalFormat[A](implicit elFormat: ReprFormat[A]): ReprFormat[Option[A]]

    Permalink
  28. implicit val shortFormat: ReprFormat[Short]

    Permalink
  29. implicit val stringFormat: ReprFormat[String]

    Permalink
  30. implicit def struct[A, L <: HList](implicit gen: Aux[A, L], formatL: Lazy[ReprFormat[L]]): ReprFormat[A]

    Permalink
    Definition Classes
    ReprFormat0
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. implicit def traversableFormat[F[X] <: GenTraversable[X], A](implicit elFormat: ReprFormat[A]): ReprFormat[F[A]]

    Permalink
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ReprFormat0

Inherited from AnyRef

Inherited from Any

Ungrouped