angular-cn/public/docs/js/latest/api/pipes/IterableChanges-class.jade

220 lines
2.0 KiB
Plaintext
Raw Normal View History

2015-04-19 13:53:18 -07:00
p.
<span class="location-badge">exported from <a href="/angular2/pipes">angular2/pipes</a></span>
defined in <a href="https://github.com/angular/angular/tree/master/modules/angular2/src/change_detection/pipes/iterable_changes.js#L31">angular2/src/change_detection/pipes/iterable_changes.js (line 31)</a>
:markdown
.l-main-section
h2 Members
.l-sub-section
h3 constructor
pre.prettyprint
code.
2015-04-20 13:57:43 -07:00
constructor()
2015-04-19 13:53:18 -07:00
:markdown
.l-sub-section
h3 check
pre.prettyprint
code.
2015-04-20 13:57:43 -07:00
check(collection)
2015-04-19 13:53:18 -07:00
:markdown
.l-sub-section
h3 collection
:markdown
.l-sub-section
h3 forEachAddedItem
pre.prettyprint
code.
2015-04-20 13:57:43 -07:00
forEachAddedItem(fn:Function)
2015-04-19 13:53:18 -07:00
:markdown
.l-sub-section
h3 forEachItem
pre.prettyprint
code.
2015-04-20 13:57:43 -07:00
forEachItem(fn:Function)
2015-04-19 13:53:18 -07:00
:markdown
.l-sub-section
h3 forEachMovedItem
pre.prettyprint
code.
2015-04-20 13:57:43 -07:00
forEachMovedItem(fn:Function)
2015-04-19 13:53:18 -07:00
:markdown
.l-sub-section
h3 forEachPreviousItem
pre.prettyprint
code.
2015-04-20 13:57:43 -07:00
forEachPreviousItem(fn:Function)
2015-04-19 13:53:18 -07:00
:markdown
.l-sub-section
h3 forEachRemovedItem
pre.prettyprint
code.
2015-04-20 13:57:43 -07:00
forEachRemovedItem(fn:Function)
2015-04-19 13:53:18 -07:00
:markdown
.l-sub-section
h3 isDirty
:markdown
.l-sub-section
h3 length
:markdown
.l-sub-section
h3 supports
pre.prettyprint
code.
2015-04-20 13:57:43 -07:00
supports(obj)
2015-04-19 13:53:18 -07:00
:markdown
.l-sub-section
h3 supportsObj
pre.prettyprint
code.
2015-04-20 13:57:43 -07:00
supportsObj(obj)
2015-04-19 13:53:18 -07:00
:markdown
.l-sub-section
h3 toString
pre.prettyprint
code.
2015-04-20 13:57:43 -07:00
toString()
2015-04-19 13:53:18 -07:00
:markdown
.l-sub-section
h3 transform
pre.prettyprint
code.
2015-04-20 13:57:43 -07:00
transform(collection)
2015-04-19 13:53:18 -07:00
:markdown