0.20.1
0.20.1
- Add
Observable<List|Set|Map>.unmodifiable
for immutable collections - Add
Observable<List|Set|Map>.EMPTY
for empty immutable collections- This can be used as an optimization for libraries that always
need to return an observable collection, but don't want to
allocate a new instance to represent an empty immutable.
- This can be used as an optimization for libraries that always