Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit c95f60c

Browse files
Fixing first/last/elementat
1 parent 238025a commit c95f60c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/core/operators/last.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### `Rx.Observable.prototype.last([predicate], [thisArg])`
2+
### `Rx.Observable.prototype.last([settings])`
23
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/last.js "View in source")
34

45
Returns the last element of an observable sequence that satisfies the condition in the predicate if specified, else the last element. If no element was found and no default value is specified, `onError` is called with an error, however if a default value was specified, it will be yielded via an `onNext` call.

0 commit comments

Comments
 (0)