GeneralCategoryGroup class final

A mask that is capable of representing groups of General_Category values.

See the Rust documentation for GeneralCategoryGroup for more information.

Constructors

GeneralCategoryGroup.new({required int mask})

Properties

hashCode int
The hash code for this object.
no setteroverride
mask int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

complement() GeneralCategoryGroup
See the Rust documentation for complement for more information.
contains(GeneralCategory val) bool
See the Rust documentation for contains for more information.
intersection(GeneralCategoryGroup other) GeneralCategoryGroup
See the Rust documentation for intersection for more information.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
union(GeneralCategoryGroup other) GeneralCategoryGroup
See the Rust documentation for union for more information.

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

all() GeneralCategoryGroup
See the Rust documentation for all for more information.
casedLetter() GeneralCategoryGroup
See the Rust documentation for CasedLetter for more information.
empty() GeneralCategoryGroup
See the Rust documentation for empty for more information.
letter() GeneralCategoryGroup
See the Rust documentation for Letter for more information.
mark() GeneralCategoryGroup
See the Rust documentation for Mark for more information.
number() GeneralCategoryGroup
See the Rust documentation for Number for more information.
other() GeneralCategoryGroup
See the Rust documentation for Letter for more information.
punctuation() GeneralCategoryGroup
See the Rust documentation for Punctuation for more information.
separator() GeneralCategoryGroup
See the Rust documentation for Other for more information.
symbol() GeneralCategoryGroup
See the Rust documentation for Symbol for more information.