FlagsMethods

scala.quoted.Quotes.reflectModule.FlagsMethods
trait FlagsMethods

Extension methods of Flags

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Extensions

Extensions

extension (self: Quotes.this.reflectModule.this.Flags)
def &(that: Quotes.this.reflectModule.this.Flags): Quotes.this.reflectModule.this.Flags

Intersection of the two flag sets

Intersection of the two flag sets

Attributes

Is the given flag set a subset of this flag sets

Is the given flag set a subset of this flag sets

Attributes

def show: String

Shows the flags as a String

Shows the flags as a String

Attributes

def |(that: Quotes.this.reflectModule.this.Flags): Quotes.this.reflectModule.this.Flags

Union of the two flag sets

Union of the two flag sets

Attributes