final class ContextMode extends AnyVal

A value class to carry the boolean flags of a context, such as whether errors should be buffered or reported.

Source
Contexts.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextMode
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def &(other: ContextMode): ContextMode
  4. def &~(other: ContextMode): ContextMode
  5. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ContextMode toany2stringadd[ContextMode] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  6. def ->[B](y: B): (ContextMode, B)
    Implicit
    This member is added by an implicit conversion from ContextMode toArrowAssoc[ContextMode] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val bits: Int
  10. def ensuring(cond: (ContextMode) => Boolean, msg: => Any): ContextMode
    Implicit
    This member is added by an implicit conversion from ContextMode toEnsuring[ContextMode] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (ContextMode) => Boolean): ContextMode
    Implicit
    This member is added by an implicit conversion from ContextMode toEnsuring[ContextMode] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): ContextMode
    Implicit
    This member is added by an implicit conversion from ContextMode toEnsuring[ContextMode] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): ContextMode
    Implicit
    This member is added by an implicit conversion from ContextMode toEnsuring[ContextMode] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ContextMode toStringFormat[ContextMode] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. def inAll(required: ContextMode): Boolean
  17. def inAny(required: ContextMode): Boolean
  18. def inNone(prohibited: ContextMode): Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def set(value: Boolean, mask: ContextMode): ContextMode
  21. def toString(): String
    Definition Classes
    ContextMode → Any
  22. def |(other: ContextMode): ContextMode

Deprecated Value Members

  1. def [B](y: B): (ContextMode, B)
    Implicit
    This member is added by an implicit conversion from ContextMode toArrowAssoc[ContextMode] 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.

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd fromContextMode to any2stringadd[ContextMode]

Inherited by implicit conversion StringFormat fromContextMode to StringFormat[ContextMode]

Inherited by implicit conversion Ensuring fromContextMode to Ensuring[ContextMode]

Inherited by implicit conversion ArrowAssoc fromContextMode to ArrowAssoc[ContextMode]

Ungrouped