FlagsMethods

scala.quoted.Quotes.reflectModule.FlagsMethods
trait FlagsMethods

Extension methods of Flags

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Extensions

Extensions

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

Intersection of the two flag sets

Intersection of the two flag sets

Attributes

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

Attributes

Source
Quotes.scala
def show: String

Shows the flags as a String

Shows the flags as a String

Attributes

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

Union of the two flag sets

Union of the two flag sets

Attributes

Source
Quotes.scala