object Printer extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Printer
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ContravariantPrinter[-T] extends Serializable
- trait Ops[A] extends AnyRef
- trait ToPrinterOps extends AnyRef
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
- def apply[A](implicit instance: Printer[A]): Printer[A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val catsContravariantForPrinter: Contravariant[Printer]
- implicit def catsLawsEqForPrinter[A](implicit ev: Eq[(A) => String]): Eq[Printer[A]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val divisiblePrinter: Decidable[Printer]
- 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])
- def fromToString[A]: Printer[A]
creates an instance of Printer using object toString
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val identifier: Printer[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def konst(str: String): Printer[Unit]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val newLine: Printer[Unit]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def optional[A](p: Printer[A]): Printer[Option[A]]
- def print[A](f: (A) => String): Printer[A]
creates an instance of Printer using the provided function
- def sepBy[A](p: Printer[A], sep: String): Printer[List[A]]
- def show[F](implicit arg0: Show[F]): Printer[F]
- val space: Printer[Unit]
- val string: Printer[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toValidIdentifier(string: String): String
- val unit: Printer[Unit]
- 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 avoid