ExclusiveBound<C extends Comparable<C> > class
final
An exclusive end of a range.
See also:
- InclusiveBound, which represents an inclusive bound.
- UnboundedBound, which represents an unbounded bound.
Constructors
- ExclusiveBound.new(C value)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBounded → bool
-
Whether this is a bound with an exact (inclusive or exclusive) value.
no setteroverride
- isUnbounded → bool
-
Whether this is an UnboundedBound.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → C
-
final
Methods
-
map<
D extends Comparable< (D> >D mapper(C)) → ExclusiveBound< D> -
Maps the value of this bound using
mapper
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited