trait Flags extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Flags
  2. AnyRef
  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. All

Abstract Value Members

  1. abstract def hasFlag(flag: Long): 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 Flags to any2stringadd[Flags] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Flags, B)
    Implicit
    This member is added by an implicit conversion from Flags to ArrowAssoc[Flags] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def ensuring(cond: (Flags) ⇒ Boolean, msg: ⇒ Any): Flags
    Implicit
    This member is added by an implicit conversion from Flags to Ensuring[Flags] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (Flags) ⇒ Boolean): Flags
    Implicit
    This member is added by an implicit conversion from Flags to Ensuring[Flags] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): Flags
    Implicit
    This member is added by an implicit conversion from Flags to Ensuring[Flags] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): Flags
    Implicit
    This member is added by an implicit conversion from Flags to Ensuring[Flags] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def isAbstract: Boolean
  18. def isAbstractOverride: Boolean
  19. def isAccessor: Boolean
  20. def isBridge: Boolean
  21. def isByNameParam: Boolean
  22. def isCaptured: Boolean
  23. def isCase: Boolean
  24. def isCaseAccessor: Boolean
  25. def isContravariant: Boolean
  26. def isCovariant: Boolean
  27. def isDeferred: Boolean
  28. def isDeprecated: Boolean
  29. def isError: Boolean
  30. def isExistential: Boolean
  31. def isExpandedName: Boolean
  32. def isFinal: Boolean
  33. def isImplementationClass: Boolean
  34. def isImplicit: Boolean
  35. def isInConstructor: Boolean
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isInterface: Boolean
  38. def isJava: Boolean
  39. def isLabel: Boolean
  40. def isLazy: Boolean
  41. def isLifted: Boolean
  42. def isLocal: Boolean
  43. def isMethod: Boolean
  44. def isMixedIn: Boolean
  45. def isModule: Boolean
  46. def isModuleVar: Boolean
  47. def isMonomorphic: Boolean
  48. def isMutable: Boolean
  49. def isOverloaded: Boolean
  50. def isOverride: Boolean
  51. def isPackage: Boolean
  52. def isParam: Boolean
  53. def isParamAccessor: Boolean
  54. def isPreSuper: Boolean
  55. def isPrivate: Boolean
  56. def isProtected: Boolean
  57. def isSealed: Boolean
  58. def isStable: Boolean
  59. def isStatic: Boolean
  60. def isSuperAccessor: Boolean
  61. def isSynthetic: Boolean
  62. def isTrait: Boolean
  63. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  64. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  65. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. def toString(): String
    Definition Classes
    AnyRef → Any
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  71. def [B](y: B): (Flags, B)
    Implicit
    This member is added by an implicit conversion from Flags to ArrowAssoc[Flags] 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 Flags to StringFormat[Flags] 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 AnyRef

Inherited from Any

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

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

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

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

Ungrouped