2017-25 © Pedro Peláez
 

library helpers

A collection of functions to use with RxPHP

image

rx/helpers

A collection of functions to use with RxPHP

  • Tuesday, January 2, 2018
  • by davidwdan
  • Repository
  • 2 Watchers
  • 1 Stars
  • 7,349 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 27 % Grown

The README.md

Helper Functions for RxPHP

Observable::of(Observable::fromArray([1, 2, 3, 4, 5]))
    ->filter(\Rx\is(Observable::class))
    ->mergeAll()
    ->filter(\Rx\notEqualTo(2))
    ->filter('rx\even')
    ->reduce('rx\add')
    ->map(\Rx\p('rx\mult', 3))
    ->map(\Rx\p('rx\sub', 2))
    ->map(\Rx\p('rx\concatLeft', 'total: '))
    ->compose(\Rx\echoFinally('Test '))
    ->subscribe(\Rx\echoObserver('Test '));


//Test Next value: total: 10
//Test Complete!
//Test Finally! 

The Versions

02/01 2018

dev-master

9999999-dev

A collection of functions to use with RxPHP

  Sources   Download

MIT

The Requires

 

by Matt Bonneau
by David Dan

reactive rx react rxphp rx.php

14/09 2017

1.0.1

1.0.1.0

A collection of functions to use with RxPHP

  Sources   Download

MIT

The Requires

 

by Matt Bonneau
by David Dan

reactive rx react rxphp rx.php

12/09 2017

1.0.0

1.0.0.0

A collection of functions to use with RxPHP

  Sources   Download

MIT

The Requires

 

by Matt Bonneau
by David Dan

reactive rx react rxphp rx.php