Trait/Object

scala.meta.contrib.implicits

ReplaceExtensions

Related Docs: object ReplaceExtensions | package implicits

Permalink

trait ReplaceExtensions extends AnyRef

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

Type Members

  1. implicit class ExtensionReplacers[A] extends AnyRef

    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 ReplaceExtensions to any2stringadd[ReplaceExtensions] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ReplaceExtensions, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplaceExtensions to ArrowAssoc[ReplaceExtensions] 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: (ReplaceExtensions) ⇒ Boolean, msg: ⇒ Any): ReplaceExtensions

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplaceExtensions to Ensuring[ReplaceExtensions] 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[ReplaceExtensions, B]): List[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplaceExtensions to contrib.XtensionExtractors[ReplaceExtensions] 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 ReplaceExtensions to StringFormat[ReplaceExtensions] 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[ReplaceExtensions, Mod]): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplaceExtensions to meta.XtensionShow[ReplaceExtensions] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def [B](y: B): (ReplaceExtensions, B)

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

Shadowed Implicit Value Members

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplaceExtensions to ReplaceExtensions.ExtensionReplacers[ReplaceExtensions] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (replaceExtensions: ReplaceExtensions.ExtensionReplacers[ReplaceExtensions]).withMods(bs)(ev)
    Definition Classes
    ExtensionReplacers
  2. def withMods(bs: List[Mod])(implicit ev: Replace[ReplaceExtensions, Mod]): ReplaceExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplaceExtensions to contrib.ExtensionReplacers[ReplaceExtensions] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (replaceExtensions: contrib.ExtensionReplacers[ReplaceExtensions]).withMods(bs)(ev)
    Definition Classes
    ExtensionReplacers
  3. def withStats(bs: List[Stat])(implicit ev: Replace[ReplaceExtensions, Stat]): ReplaceExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplaceExtensions to ReplaceExtensions.ExtensionReplacers[ReplaceExtensions] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (replaceExtensions: ReplaceExtensions.ExtensionReplacers[ReplaceExtensions]).withStats(bs)(ev)
    Definition Classes
    ExtensionReplacers
  4. def withStats(bs: List[Stat])(implicit ev: Replace[ReplaceExtensions, Stat]): ReplaceExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplaceExtensions to contrib.ExtensionReplacers[ReplaceExtensions] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (replaceExtensions: contrib.ExtensionReplacers[ReplaceExtensions]).withStats(bs)(ev)
    Definition Classes
    ExtensionReplacers

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion XtensionExtractors from ReplaceExtensions to contrib.XtensionExtractors[ReplaceExtensions]

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

Inherited by implicit conversion XtensionTokenizeInputLike from ReplaceExtensions to meta.XtensionTokenizeInputLike[ReplaceExtensions]

Inherited by implicit conversion XtensionShow from ReplaceExtensions to meta.XtensionShow[ReplaceExtensions]

Inherited by implicit conversion XtensionParseInputLike from ReplaceExtensions to meta.XtensionParseInputLike[ReplaceExtensions]

Inherited by implicit conversion any2stringadd from ReplaceExtensions to any2stringadd[ReplaceExtensions]

Inherited by implicit conversion StringFormat from ReplaceExtensions to StringFormat[ReplaceExtensions]

Inherited by implicit conversion Ensuring from ReplaceExtensions to Ensuring[ReplaceExtensions]

Inherited by implicit conversion ArrowAssoc from ReplaceExtensions to ArrowAssoc[ReplaceExtensions]

Ungrouped