Class

scala.meta.contrib.implicits.ReplaceExtensions

ExtensionReplacers

Related Doc: package ReplaceExtensions

Permalink

implicit class ExtensionReplacers[A] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtensionReplacers
  2. AnyRef
  3. Any
Implicitly
  1. by XtensionSyntax
  2. by XtensionStructure
  3. by ExtensionReplacers
  4. by XtensionExtractors
  5. by ExtensionReplacers
  6. by XtensionTokenizeInputLike
  7. by XtensionShow
  8. by XtensionParseInputLike
  9. by XtensionClassifiable
  10. by any2stringadd
  11. by StringFormat
  12. by Ensuring
  13. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExtensionReplacers(a: A)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to any2stringadd[ExtensionReplacers[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExtensionReplacers[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to ArrowAssoc[ExtensionReplacers[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (ExtensionReplacers[A]) ⇒ Boolean, msg: ⇒ Any): ExtensionReplacers[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to Ensuring[ExtensionReplacers[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (ExtensionReplacers[A]) ⇒ Boolean): ExtensionReplacers[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to Ensuring[ExtensionReplacers[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): ExtensionReplacers[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to Ensuring[ExtensionReplacers[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): ExtensionReplacers[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to Ensuring[ExtensionReplacers[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def extract[B](implicit ev: Extract[ExtensionReplacers[A], B]): List[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to contrib.XtensionExtractors[ExtensionReplacers[A]] performed by method XtensionExtractors in scala.meta.contrib.implicits.ExtractExtensions.
    Definition Classes
    XtensionExtractors
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to StringFormat[ExtensionReplacers[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hasMod(mod: Mod)(implicit ev: Extract[ExtensionReplacers[A], Mod]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to contrib.XtensionExtractors[ExtensionReplacers[A]] performed by method XtensionExtractors in scala.meta.contrib.implicits.ExtractExtensions.
    Definition Classes
    XtensionExtractors
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def is[U](implicit classifier: Classifier[ExtensionReplacers[A], U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to meta.XtensionClassifiable[ExtensionReplacers[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[ExtensionReplacers[A]] is in scope.
    Definition Classes
    XtensionClassifiable
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isNot[U](implicit classifier: Classifier[ExtensionReplacers[A], U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to meta.XtensionClassifiable[ExtensionReplacers[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[ExtensionReplacers[A]] is in scope.
    Definition Classes
    XtensionClassifiable
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def parse[U](implicit convert: Convert[ExtensionReplacers[A], inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to meta.XtensionParseInputLike[ExtensionReplacers[A]] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Definition Classes
    XtensionParseInputLike
  27. def show[Style[X] <: Show[X]](implicit style: Style[ExtensionReplacers[A]]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to meta.XtensionShow[ExtensionReplacers[A]] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  28. def structure: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to meta.XtensionStructure[ExtensionReplacers[A]] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[ExtensionReplacers[A]] is in scope.
    Definition Classes
    XtensionStructure
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def syntax: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to meta.XtensionSyntax[ExtensionReplacers[A]] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[ExtensionReplacers[A]] is in scope.
    Definition Classes
    XtensionSyntax
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def tokenize(implicit convert: Convert[ExtensionReplacers[A], inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to meta.XtensionTokenizeInputLike[ExtensionReplacers[A]] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Definition Classes
    XtensionTokenizeInputLike
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withMods(bs: List[Mod])(implicit ev: Replace[A, Mod]): A

    Permalink
  37. def withStats(bs: List[Stat])(implicit ev: Replace[A, Stat]): A

    Permalink
  38. def [B](y: B): (ExtensionReplacers[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to ArrowAssoc[ExtensionReplacers[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def withMods(bs: List[Mod])(implicit ev: Replace[ExtensionReplacers[A], Mod]): ExtensionReplacers[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to ReplaceExtensions.ExtensionReplacers[ExtensionReplacers[A]] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
    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:
    (extensionReplacers: ReplaceExtensions.ExtensionReplacers[ExtensionReplacers[A]]).withMods(bs)(ev)
  2. def withMods(bs: List[Mod])(implicit ev: Replace[ExtensionReplacers[A], Mod]): ExtensionReplacers[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to contrib.ExtensionReplacers[ExtensionReplacers[A]] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
    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:
    (extensionReplacers: contrib.ExtensionReplacers[ExtensionReplacers[A]]).withMods(bs)(ev)
  3. def withStats(bs: List[Stat])(implicit ev: Replace[ExtensionReplacers[A], Stat]): ExtensionReplacers[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to ReplaceExtensions.ExtensionReplacers[ExtensionReplacers[A]] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
    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:
    (extensionReplacers: ReplaceExtensions.ExtensionReplacers[ExtensionReplacers[A]]).withStats(bs)(ev)
  4. def withStats(bs: List[Stat])(implicit ev: Replace[ExtensionReplacers[A], Stat]): ExtensionReplacers[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtensionReplacers[A] to contrib.ExtensionReplacers[ExtensionReplacers[A]] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
    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:
    (extensionReplacers: contrib.ExtensionReplacers[ExtensionReplacers[A]]).withStats(bs)(ev)

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionSyntax from ExtensionReplacers[A] to meta.XtensionSyntax[ExtensionReplacers[A]]

Inherited by implicit conversion XtensionStructure from ExtensionReplacers[A] to meta.XtensionStructure[ExtensionReplacers[A]]

Inherited by implicit conversion ExtensionReplacers from ExtensionReplacers[A] to ReplaceExtensions.ExtensionReplacers[ExtensionReplacers[A]]

Inherited by implicit conversion XtensionExtractors from ExtensionReplacers[A] to contrib.XtensionExtractors[ExtensionReplacers[A]]

Inherited by implicit conversion ExtensionReplacers from ExtensionReplacers[A] to contrib.ExtensionReplacers[ExtensionReplacers[A]]

Inherited by implicit conversion XtensionTokenizeInputLike from ExtensionReplacers[A] to meta.XtensionTokenizeInputLike[ExtensionReplacers[A]]

Inherited by implicit conversion XtensionShow from ExtensionReplacers[A] to meta.XtensionShow[ExtensionReplacers[A]]

Inherited by implicit conversion XtensionParseInputLike from ExtensionReplacers[A] to meta.XtensionParseInputLike[ExtensionReplacers[A]]

Inherited by implicit conversion XtensionClassifiable from ExtensionReplacers[A] to meta.XtensionClassifiable[ExtensionReplacers[A]]

Inherited by implicit conversion any2stringadd from ExtensionReplacers[A] to any2stringadd[ExtensionReplacers[A]]

Inherited by implicit conversion StringFormat from ExtensionReplacers[A] to StringFormat[ExtensionReplacers[A]]

Inherited by implicit conversion Ensuring from ExtensionReplacers[A] to Ensuring[ExtensionReplacers[A]]

Inherited by implicit conversion ArrowAssoc from ExtensionReplacers[A] to ArrowAssoc[ExtensionReplacers[A]]

Ungrouped