Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhduong committed Apr 18, 2018
1 parent 53e7196 commit 88e7fd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ console.log(query1.toList())
- [ ] union
- [ ] intersect
- [ ] except
- [x] first //Promise
- [x] firstOrDefault //Promise
- [x] last //Promise
- [x] lastOrDefault //Promise
- [x] first : `Promise`
- [x] firstOrDefault : `Promise`
- [x] last : `Promise`
- [x] lastOrDefault : `Promise`
- [ ] single
- [ ] singleOrDefault
- [ ] elementAt
Expand All @@ -66,14 +66,14 @@ console.log(query1.toList())
- [ ] sequenceEqual
- [ ] any
- [ ] all
- [x] count //Promise
- [x] count : `Promise`
- [ ] longCount
- [ ] min
- [ ] max
- [ ] sum
- [ ] average
- [ ] aggregate
- [ ] toList //Promise
- [ ] toList : `Promise`


### License
Expand Down

0 comments on commit 88e7fd6

Please sign in to comment.