Packages

object Format extends FormatGeneric

Source
format.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Format
  2. FormatGeneric
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class FormatStringContext extends AnyVal
  2. class Numeric extends Format[Double]

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, B](x: (A, B))(implicit fA: Format[A], fB: Format[B]): String
  5. def apply[A](x: A)(implicit f: Format[A]): String
  6. def apply[A](f: (A) => String): Format[A]

    easily construct a format object

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def degree: Numeric
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def ft2in: Numeric
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def kv[A, B](x: (A, B))(implicit fA: Format[A], fB: Format[B]): String
  18. def kvColor[A, B](x: (A, B))(implicit fA: Format[A], fB: Format[B]): String
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def negative: Numeric
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def number: Numeric
  24. def pp[A](x: A)(implicit f: Format[A]): Unit
  25. def print[A](x: A)(implicit f: Format[A]): Unit
  26. def println[A](x: A)(implicit f: Format[A]): Unit
  27. def rad2deg: Numeric
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def timetag(zone: String): Numeric
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def utc: Numeric
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. implicit object FormatBaseValue extends Format[BaseValue[_]]
  36. implicit object FormatByte extends Format[Byte]
  37. implicit object FormatDouble extends Format[Double]
  38. implicit object FormatShort extends Format[Short]
  39. implicit object FormatString extends Format[String]
  40. implicit object FormatSymbol extends Format[Symbol]
  41. implicit object FormatU4 extends Format[U4]
  42. implicit object FormatUtm extends Format[Utm]
  43. implicit object FormatVec extends Format[Vec]
  44. implicit object FormatAny extends Format[Any]

    This Supper trait is used as a lower order precedence for the less specific implicit matches It is also used for cases where type information has been lost and can be found at runtime try to use a more specific formatter

    This Supper trait is used as a lower order precedence for the less specific implicit matches It is also used for cases where type information has been lost and can be found at runtime try to use a more specific formatter

    Definition Classes
    FormatGeneric

Inherited from FormatGeneric

Inherited from AnyRef

Inherited from Any

Ungrouped