MarkerOp class sealed
Sealed class for marker operations (undo/redo support).
- Implemented types
-
- Op<
Marker>
- Op<
- Implementers
Properties
Methods
-
apply(
List< Marker> current) → Op<Marker> -
Applies this operation to the
currentlist.inherited -
canMerge(
Op< Marker> other) → bool -
Checks if this operation can be merged with
other.inherited -
merge(
Op< Marker> other) → Op<Marker> -
Merges this operation with
other, returning a new operation.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
revert(
List< Marker> current) → Op<Marker> -
Reverts this operation from the
currentlist.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited