org.backuity.matchete

Formatter

Related Docs: trait Formatter | package matchete

object Formatter extends UnorderedMapFormatter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Formatter
  2. UnorderedMapFormatter
  3. FormatterLowPriorityImplicits
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class TraversableFormatter[T] extends Formatter[Traversable[T]]

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. implicit def anyFormatter[T]: Formatter[T]

    print 'null' if the value is null

    print 'null' if the value is null

    Definition Classes
    FormatterLowPriorityImplicits
  5. def apply[T](f: (T) ⇒ String): Formatter[T]

  6. implicit def arrayFormatter[T]: Formatter[Array[T]]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit def diffFormatter[T](implicit formatter: Formatter[T]): Formatter[SomeDiff[T]]

  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def formatI[T](t: T)(implicit arg0: Formatter[T]): String

    format implicitly

    format implicitly

    Annotations
    @inline()
  14. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  16. def indent(str: String, space: Int, firstLine: Boolean = true): String

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. implicit def mapFormatter[K, V](implicit arg0: Formatter[K], arg1: Formatter[V]): Formatter[Map[K, V]]

    Definition Classes
    UnorderedMapFormatter
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. implicit def orderedMapFormatter[K, V](implicit arg0: Formatter[K], arg1: Ordering[K], arg2: Formatter[V]): Formatter[Map[K, V]]

  23. implicit val stringFormatter: Formatter[String]

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def traversableContentFormatter[T](implicit arg0: Formatter[T]): Formatter[Traversable[T]]

  27. implicit def traversableFormatter[T](implicit arg0: Formatter[T]): Formatter[Traversable[T]]

  28. implicit def tuple2Formatter[A, B](implicit arg0: Formatter[A], arg1: Formatter[B]): Formatter[(A, B)]

  29. implicit def tuple3Formatter[A, B, C](implicit arg0: Formatter[A], arg1: Formatter[B], arg2: Formatter[C]): Formatter[(A, B, C)]

  30. implicit def tuple4Formatter[A, B, C, D](implicit arg0: Formatter[A], arg1: Formatter[B], arg2: Formatter[C], arg3: Formatter[D]): Formatter[(A, B, C, D)]

  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def width(string: String): Int

Inherited from UnorderedMapFormatter

Inherited from AnyRef

Inherited from Any

Ungrouped