trait MacroDecoratorApi extends DecoratorApi
- Alphabetic
- By Inheritance
- MacroDecoratorApi
- DecoratorApi
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Type Members
- class SymbolDecoratorApi[T <: Universe.Symbol] extends AnyRef
- Definition Classes
- DecoratorApi
- See also
- class TreeDecoratorApi[T <: Universe.Tree] extends AnyRef
- Definition Classes
- DecoratorApi
- See also
- implicit class TypeDecoratorApi[T <: Universe.Type] extends AnyRef
- Definition Classes
- DecoratorApi
- See also
- class MacroScopeDecoratorApi[T <: Universe.Scope] extends AnyRef
- See also
- class MacroSymbolDecoratorApi[T <: Universe.Symbol] extends SymbolDecoratorApi[T]
- See also
- class MacroTreeDecoratorApi[T <: Universe.Tree] extends TreeDecoratorApi[T]
- See also
- class MacroTypeTreeDecoratorApi[T <: Universe.TypeTree] extends AnyRef
- See also
- abstract type ScopeDecorator[T <: Universe.Scope] <: MacroScopeDecoratorApi[T]
Extension methods for scopes
- abstract type SymbolDecorator[T <: Universe.Symbol] <: MacroSymbolDecoratorApi[T]
Extension methods for symbols
Extension methods for symbols
- Definition Classes
- MacroDecoratorApi → DecoratorApi
- abstract type TreeDecorator[T <: Universe.Tree] <: MacroTreeDecoratorApi[T]
Extension methods for trees
Extension methods for trees
- Definition Classes
- MacroDecoratorApi → DecoratorApi
- abstract type TypeDecorator[T <: Universe.Type] <: TypeDecoratorApi[T]
Extension methods for types
Extension methods for types
- Definition Classes
- DecoratorApi
- abstract type TypeTreeDecorator[T <: Universe.TypeTree] <: MacroTypeTreeDecoratorApi[T]
Extension methods for typetrees
Abstract Value Members
- implicit abstract def scopeDecorator[T <: Universe.Scope](tree: T): ScopeDecorator[T]
- See also
- implicit abstract def symbolDecorator[T <: Universe.Symbol](symbol: T): SymbolDecorator[T]
- Definition Classes
- DecoratorApi
- See also
- implicit abstract def treeDecorator[T <: Universe.Tree](tree: T): TreeDecorator[T]
- Definition Classes
- DecoratorApi
- See also
- implicit abstract def typeDecorator[T <: Universe.Type](tp: T): TypeDecorator[T]
- Definition Classes
- DecoratorApi
- See also
- implicit abstract def typeTreeDecorator[T <: Universe.TypeTree](tt: T): TypeTreeDecorator[T]
- See also
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi toany2stringadd[MacroDecoratorApi] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (MacroDecoratorApi, B)
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi toArrowAssoc[MacroDecoratorApi] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def ensuring(cond: (MacroDecoratorApi) => Boolean, msg: => Any): MacroDecoratorApi
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi toEnsuring[MacroDecoratorApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (MacroDecoratorApi) => Boolean): MacroDecoratorApi
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi toEnsuring[MacroDecoratorApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): MacroDecoratorApi
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi toEnsuring[MacroDecoratorApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): MacroDecoratorApi
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi toEnsuring[MacroDecoratorApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- 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])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi toStringFormat[MacroDecoratorApi] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (MacroDecoratorApi, B)
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi toArrowAssoc[MacroDecoratorApi] 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.