0.3.16 • Published 8 years ago

rxjs-plus v0.3.16

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

rxjs-plus

RxJS wrapper with common short-hands and predicates

Observable.filterIncludes(filterBy)

Filters each item that contains the specified value

Observable.filterContains(filterBy)

Alias for filterIncludes

Observable.filterNotNull()

Filters values that are not null or undefined

Observable.filterNotEmpty()

Filters values that are not 0 or empty string or any JS value that evals to false

Observable.mapAdd(addWith)

Uses addition op with the parameter, the parameter will be used last in the operation

Observable.mapPreAdd(addWith)

Uses addition op with the parameter, with the parameter first in the operation

Observable.filterDash(filterBy)

Uses lodash style of filtering https://lodash.com/docs#filter

Observable.propertyFilter(props, filterBy)
Observable.propertyIncludes(props, filterIncludes)
Observable.propertyContains = propertyIncludes

Property filter on stream objects

0.3.16

8 years ago

0.3.15

8 years ago

0.3.14

8 years ago

0.3.13

9 years ago

0.3.12

9 years ago

0.3.11

9 years ago

0.3.10

9 years ago

0.3.9

9 years ago

0.3.8

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.2.9

9 years ago

0.2.8

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago