LimitedEveryModifierMixin<T extends Every> mixin

Mixin that, when used, passes the calls the specific method on the underlying every.

If the every is a LimitedEvery, the LimitedEveryModifierMixin should be used instead.

Also makes the using class a LimitedEvery.

Should always be used when the every is a LimitedEvery.

Superclass constraints
Implemented types
Mixin applications

Properties

every → T
The base generator for this EveryModifier.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

next(DateTime date, {DateTime? limit}) DateTime
Returns the next instance of the given date considering this Every base process.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previous(DateTime date, {DateTime? limit}) DateTime
Returns the previous instance of the given date considering this Every base process.
override
processDate(DateTime date, DateDirection direction, {DateTime? limit}) DateTime
A method that processes date with custom logic.
override
startDate(DateTime date, {DateTime? limit}) DateTime
Returns the next DateTime that matches the Every pattern.
override
toString() String
A string representation of this object.
inherited

Operators

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