Flags

oxygen.meta.Meta.Flags
See theFlags companion object
final case class Flags(raw: quotes.reflect.Flags)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product