Commit 7106e1d0 authored by Anton Bukov's avatar Anton Bukov

Update README

parent 852193d9
...@@ -111,6 +111,8 @@ int DenisUniqueContactCount = ...@@ -111,6 +111,8 @@ int DenisUniqueContactCount =
- `count()`, `count(value)`, `count(predicate)` - `count()`, `count(value)`, `count(predicate)`
- `contains(value)` - `contains(value)`
- `elementAt(index)` - `elementAt(index)`
- `first()`, `first(filter)`, `firstOrDefault()`, `firstOrDefault(filter)`
- `last()`, `last(filter)`, `lastOrDefault()`, `lastOrDefault(filter)`
- `toStdSet()`, `toStdList()`, `toStdDeque()`, `toStdVector()` - `toStdSet()`, `toStdList()`, `toStdDeque()`, `toStdVector()`
#### Bits and Bytes: #### 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