Packages

trait Syntax[-T] extends Show[T]

Annotations
@implicitNotFound()
Linear Supertypes
Show[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Syntax
  2. Show
  3. AnyRef
  4. Any
Implicitly
  1. by showAsResult
  2. by XtensionStructure
  3. by XtensionSyntax
  4. by XtensionShow
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def apply(t: T): Result
    Definition Classes
    Show

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Syntax[T] toany2stringadd[Syntax[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Syntax[T], B)
    Implicit
    This member is added by an implicit conversion from Syntax[T] toArrowAssoc[Syntax[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def desc: String
    Implicit
    This member is added by an implicit conversion from Syntax[T] toResult performed by method showAsResult in scala.meta.prettyprinters.Show.This conversion will take place only if an implicit value of type Show[Syntax[T]] is in scope.
    Definition Classes
    Result
  9. def ensuring(cond: (Syntax[T]) => Boolean, msg: => Any): Syntax[T]
    Implicit
    This member is added by an implicit conversion from Syntax[T] toEnsuring[Syntax[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (Syntax[T]) => Boolean): Syntax[T]
    Implicit
    This member is added by an implicit conversion from Syntax[T] toEnsuring[Syntax[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): Syntax[T]
    Implicit
    This member is added by an implicit conversion from Syntax[T] toEnsuring[Syntax[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): Syntax[T]
    Implicit
    This member is added by an implicit conversion from Syntax[T] toEnsuring[Syntax[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Syntax[T] toResult performed by method showAsResult in scala.meta.prettyprinters.Show.This conversion will take place only if an implicit value of type Show[Syntax[T]] is in scope.
    Definition Classes
    Result
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def show[Style[X] <: Show[X]](implicit style: Style[Syntax[T]]): String
    Implicit
    This member is added by an implicit conversion from Syntax[T] toprettyprinters.XtensionShow[Syntax[T]] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  24. def structure: String
    Implicit
    This member is added by an implicit conversion from Syntax[T] toprettyprinters.XtensionStructure[Syntax[T]] performed by method XtensionStructure in scala.meta.prettyprinters.Api.This conversion will take place only if an implicit value of type Structure[Syntax[T]] is in scope.
    Definition Classes
    XtensionStructure
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def syntax: String
    Implicit
    This member is added by an implicit conversion from Syntax[T] toprettyprinters.XtensionSyntax[Syntax[T]] performed by method XtensionSyntax in scala.meta.prettyprinters.Api.This conversion will take place only if an implicit value of type Syntax[Syntax[T]] is in scope.
    Definition Classes
    XtensionSyntax
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Shadowed Implicit Value Members

  1. def toString(): String
    Implicit
    This member is added by an implicit conversion from Syntax[T] toResult performed by method showAsResult in scala.meta.prettyprinters.Show.This conversion will take place only if an implicit value of type Show[Syntax[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntax: Result).toString()
    Definition Classes
    Result → AnyRef → Any

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Syntax[T] toStringFormat[Syntax[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (Syntax[T], B)
    Implicit
    This member is added by an implicit conversion from Syntax[T] toArrowAssoc[Syntax[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Show[T]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion showAsResult fromSyntax[T] to Result

Inherited by implicit conversion XtensionStructure fromSyntax[T] to prettyprinters.XtensionStructure[Syntax[T]]

Inherited by implicit conversion XtensionSyntax fromSyntax[T] to prettyprinters.XtensionSyntax[Syntax[T]]

Inherited by implicit conversion XtensionShow fromSyntax[T] to prettyprinters.XtensionShow[Syntax[T]]

Inherited by implicit conversion any2stringadd fromSyntax[T] to any2stringadd[Syntax[T]]

Inherited by implicit conversion StringFormat fromSyntax[T] to StringFormat[Syntax[T]]

Inherited by implicit conversion Ensuring fromSyntax[T] to Ensuring[Syntax[T]]

Inherited by implicit conversion ArrowAssoc fromSyntax[T] to ArrowAssoc[Syntax[T]]

Ungrouped