FlagsMethods

scala.quoted.runtime.impl.QuotesImpl.reflect$.FlagsMethods$
object FlagsMethods extends FlagsMethods

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Extensions

Extensions

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

Intersection of the two flag sets

Intersection of the two flag sets

Attributes

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

def show: String

Shows the flags as a String

Shows the flags as a String

Attributes

def |(that: Flags): Flags

Union of the two flag sets

Union of the two flag sets

Attributes