FlagsMethods
scala.quoted.Quotes.reflectModule.FlagsMethods
trait FlagsMethods
Extension methods of Flags.
Attributes
- Source
- Quotes.scala
- Graph
-
- Supertypes
Members list
Extensions
Extensions
extension (self: Quotes.this.reflectModule.this.Flags)
Intersection of the two flag sets.
Intersection of the two flag sets.
Value parameters
- that
-
the flag set to combine with
Attributes
- Source
- Quotes.scala
Is the given flag set a subset of this flag sets.
Is the given flag set a subset of this flag sets.
Value parameters
- that
-
the flag set to check for
Attributes
- Source
- Quotes.scala
Shows the flags as a String.
Union of the two flag sets.
Union of the two flag sets.
Value parameters
- that
-
the flag set to combine with
Attributes
- Source
- Quotes.scala
In this article