Inheritance
  • Object
  • DefaultIterableDiffer
  • ObservableListDiff

Constructors

ObservableListDiff(ChangeDetectorRef _ref)

Properties

collection → Iterable

read-only, inherited
hashCode → int

Get a hash code for this object.

read-only, inherited
isDirty → bool

read-only, inherited
length → num

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

check(collection) → bool

inherited
diff(Iterable iterable) → DefaultIterableDiffer

forEachAddedItem(Function fn) → void

inherited
forEachIdentityChange(Function fn) → void

inherited
forEachItem(Function fn) → void

inherited
forEachMovedItem(Function fn) → void

inherited
forEachOperation(DefaultIterableCallback fn) → void

inherited
forEachPreviousItem(Function fn) → void

inherited
forEachRemovedItem(Function fn) → void

inherited
noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
onDestroy() → void

toString() → String

Returns a string representation of this object.

inherited