Prettify

trait Prettify extends Any => Seq[Pretty]

Prettify is a function for converting any objects into fragments.

Companion
object
trait Any => Seq[Pretty]
class Object
trait Matchable
class Any

Value members

Inherited methods

@unspecialized
def andThen[A](g: Seq[Pretty] => A): Any => A
Inherited from
Function1
def apply(v1: Any): Seq[Pretty]
Inherited from
Function1
@unspecialized
def compose[A](g: A => Any): A => Seq[Pretty]
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1