FlagsMethods

Extension methods of Flags

Source:
Quotes.scala
class Object
trait Matchable
class Any

Extensions

Extensions

extension (self: Flags)
def &(that: Flags): Flags

Intersection of the two flag sets

Intersection of the two flag sets

Source:
Quotes.scala
def is(that: Flags): Boolean

Is the given flag set a subset of this flag sets

Is the given flag set a subset of this flag sets

Source:
Quotes.scala

Shows the flags as a String

Shows the flags as a String

Source:
Quotes.scala
def |(that: Flags): Flags

Union of the two flag sets

Union of the two flag sets

Source:
Quotes.scala