Unverified Commit 1d09dc8b authored by Anton Bukov's avatar Anton Bukov Committed by GitHub

Merge pull request #28 from k06a/fix/readme

Update README
parents 852193d9 7106e1d0
......@@ -111,6 +111,8 @@ int DenisUniqueContactCount =
- `count()`, `count(value)`, `count(predicate)`
- `contains(value)`
- `elementAt(index)`
- `first()`, `first(filter)`, `firstOrDefault()`, `firstOrDefault(filter)`
- `last()`, `last(filter)`, `lastOrDefault()`, `lastOrDefault(filter)`
- `toStdSet()`, `toStdList()`, `toStdDeque()`, `toStdVector()`
#### Bits and Bytes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment