trait Keyword extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Keyword
- AnyRef
- Any
Implicitly
- by XtensionExtractors
- by ExtensionReplacers
- by XtensionTokenizeInputLike
- by XtensionShow
- by XtensionParseInputLike
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Keyword, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def ensuring(cond: (Keyword) => Boolean, msg: => Any): Keyword
- def ensuring(cond: (Keyword) => Boolean): Keyword
- def ensuring(cond: Boolean, msg: => Any): Keyword
- def ensuring(cond: Boolean): Keyword
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extract[B](implicit ev: Extract[Keyword, B]): List[B]
- Implicit
- This member is added by an implicit conversion from Keyword tocontrib.XtensionExtractors[Keyword] performed by method XtensionExtractors in scala.meta.contrib.implicits.ExtractExtensions.
- Definition Classes
- XtensionExtractors
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasMod(mod: Mod)(implicit ev: Extract[Keyword, Mod]): Boolean
- Implicit
- This member is added by an implicit conversion from Keyword tocontrib.XtensionExtractors[Keyword] performed by method XtensionExtractors in scala.meta.contrib.implicits.ExtractExtensions.
- Definition Classes
- XtensionExtractors
- 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()
- def parse[U](implicit convert: Convert[Keyword, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
- Implicit
- This member is added by an implicit conversion from Keyword tometa.XtensionParseInputLike[Keyword] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
- Definition Classes
- XtensionParseInputLike
- def show[Style[X] <: Show[X]](implicit style: Style[Keyword]): String
- Implicit
- This member is added by an implicit conversion from Keyword tometa.XtensionShow[Keyword] performed by method XtensionShow in scala.meta.prettyprinters.Api.
- Definition Classes
- XtensionShow
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tokenize(implicit convert: Convert[Keyword, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
- Implicit
- This member is added by an implicit conversion from Keyword tometa.XtensionTokenizeInputLike[Keyword] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
- Definition Classes
- XtensionTokenizeInputLike
- 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()
- def withMods(bs: List[Mod])(implicit ev: Replace[Keyword, Mod]): Keyword
- Implicit
- This member is added by an implicit conversion from Keyword tocontrib.ExtensionReplacers[Keyword] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
- Definition Classes
- ExtensionReplacers
- def withStats(bs: List[Stat])(implicit ev: Replace[Keyword, Stat]): Keyword
- Implicit
- This member is added by an implicit conversion from Keyword tocontrib.ExtensionReplacers[Keyword] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
- Definition Classes
- ExtensionReplacers
Deprecated Value Members
- def →[B](y: B): (Keyword, B)
- Implicit
- This member is added by an implicit conversion from Keyword toArrowAssoc[Keyword] 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.