SingleCharPredicate class
- Inheritance
-
- Object
- CharacterPredicate
- SingleCharPredicate
Constructors
- SingleCharPredicate(int value)
-
const
Properties
Methods
-
isEqualTo(
CharacterPredicate other) → bool -
Compares the two predicates for equality.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
test(
int value) → bool -
Tests if the character predicate is satisfied.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited