trait SeqContextSensitive extends PatternContextSensitive

Methods which implicitly propagate whether the initial call took place in a context where sequences are allowed. Formerly, this was threaded through methods as boolean seqOK.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SeqContextSensitive
  2. PatternContextSensitive
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def isSequenceOK: Boolean

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 SeqContextSensitive to any2stringadd[SeqContextSensitive] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SeqContextSensitive, B)
    Implicit
    This member is added by an implicit conversion from SeqContextSensitive to ArrowAssoc[SeqContextSensitive] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def annotType(inMatchType: Boolean = false): Type
    Definition Classes
    PatternContextSensitive
  7. def annotTypeRest(t: Type, startPos: Int): Type
    Definition Classes
    PatternContextSensitive
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def badPattern3(tok: Token): Nothing
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def compoundType(inMatchType: Boolean = false, inGivenSig: Boolean = false): Type
    Definition Classes
    PatternContextSensitive
  12. def compoundTypeRest(typ: Type, startPos: Int): Type
    Definition Classes
    PatternContextSensitive
  13. def ensuring(cond: (SeqContextSensitive) ⇒ Boolean, msg: ⇒ Any): SeqContextSensitive
    Implicit
    This member is added by an implicit conversion from SeqContextSensitive to Ensuring[SeqContextSensitive] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (SeqContextSensitive) ⇒ Boolean): SeqContextSensitive
    Implicit
    This member is added by an implicit conversion from SeqContextSensitive to Ensuring[SeqContextSensitive] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): SeqContextSensitive
    Implicit
    This member is added by an implicit conversion from SeqContextSensitive to Ensuring[SeqContextSensitive] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): SeqContextSensitive
    Implicit
    This member is added by an implicit conversion from SeqContextSensitive to Ensuring[SeqContextSensitive] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def entrypointPattern(): Pat
  18. def entrypointType(): Type
    Definition Classes
    PatternContextSensitive
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def infixType(inMatchType: Boolean = false, inGivenSig: Boolean = false): Type
    Definition Classes
    PatternContextSensitive
    Annotations
    @inline()
  25. def infixTypeOrTuple(inMatchType: Boolean = false): Type
    Definition Classes
    PatternContextSensitive
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isNamedTupleOk: Boolean
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def paramType(): Type
    Definition Classes
    PatternContextSensitive
  32. def pattern(): Pat
  33. def pattern1(isForComprehension: Boolean = false): Pat
  34. def pattern2(isForComprehension: Boolean = false): Pat
  35. def pattern3(isForComprehension: Boolean = false): Pat
  36. def patternTyp(allowInfix: Boolean, allowImmediateTypevars: Boolean): Type
    Definition Classes
    PatternContextSensitive
  37. def patternTypeArgs(): ArgClause
    Definition Classes
    PatternContextSensitive
  38. def patterns(): collection.immutable.List[Pat]
  39. def quasiquotePattern(): Pat
  40. def quasiquoteType(): Type
    Definition Classes
    PatternContextSensitive
  41. def simplePattern(onError: (Token) ⇒ Nothing, isRhs: Boolean = false, isForComprehension: Boolean = false): Pat
  42. def simpleType(inMatchType: Boolean = false): Type
    Definition Classes
    PatternContextSensitive
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def typ(inParam: Boolean = false): Type
    Definition Classes
    PatternContextSensitive
  46. def typeArgsInBrackets(): ArgClause
    Definition Classes
    PatternContextSensitive
  47. def typeBlock(): Type
    Definition Classes
    PatternContextSensitive
  48. def typeIndentedOpt(): Type
    Definition Classes
    PatternContextSensitive
  49. def typesInParens(): collection.immutable.List[Type]
    Definition Classes
    PatternContextSensitive
  50. def unquotePattern(): Pat
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  54. def [B](y: B): (SeqContextSensitive, B)
    Implicit
    This member is added by an implicit conversion from SeqContextSensitive to ArrowAssoc[SeqContextSensitive] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SeqContextSensitive to StringFormat[SeqContextSensitive] 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.

Inherited from PatternContextSensitive

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped