implicit final class ApplicationFlagsSyntax extends AnyVal
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplicationFlagsSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ApplicationFlagsSyntax(flags: ApplicationFlags)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def ++(other: ApplicationFlags): ApplicationFlags
Add a flag to this flag.
Add a flag to this flag.
- other
The other flag.
- def --(other: ApplicationFlags): ApplicationFlags
Remove a flag from this flag.
Remove a flag from this flag.
- other
The flag to remove.
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def hasFlag(other: ApplicationFlags): Boolean
Check if these flags has a flag.
Check if these flags has a flag.
- other
The flag to check against.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNone: Boolean
Check if these flags is not empty.
- def toInt: Int
- def toString(): String
- Definition Classes
- Any