Packages

object Printer extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Printer
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ContravariantPrinter[-T] extends Serializable
  2. trait Ops[A] extends AnyRef
  3. trait ToPrinterOps extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[A](implicit instance: Printer[A]): Printer[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val catsContravariantForPrinter: Contravariant[Printer]
  7. implicit def catsLawsEqForPrinter[A](implicit ev: Eq[(A) => String]): Eq[Printer[A]]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. implicit val divisiblePrinter: Decidable[Printer]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def fromToString[A]: Printer[A]

    creates an instance of Printer using object toString

  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. val identifier: Printer[String]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def konst(str: String): Printer[Unit]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val newLine: Printer[Unit]
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def optional[A](p: Printer[A]): Printer[Option[A]]
  23. def print[A](f: (A) => String): Printer[A]

    creates an instance of Printer using the provided function

  24. def sepBy[A](p: Printer[A], sep: String): Printer[List[A]]
  25. def show[F](implicit arg0: Show[F]): Printer[F]
  26. val space: Printer[Unit]
  27. val string: Printer[String]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def toValidIdentifier(string: String): String
  31. val unit: Printer[Unit]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. object avoid

Deprecated Value Members

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

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped