PHP Class Rx\Functional\Operator\ReduceTest

Inheritance: extends Rx\Functional\FunctionalTestCase
Show file Open project: ReactiveX/RxPHP

Public Methods

Method Description
reduce_accumulator_throws ( )
reduce_accumulator_throws_with_seed ( )
reduce_with_falsy_seed_range ( )
reduce_with_seed_empty ( )
reduce_with_seed_never ( )
reduce_with_seed_range ( )
reduce_with_seed_return ( )
reduce_with_seed_throw ( )
reduce_without_seed_empty ( )
reduce_without_seed_never ( )
reduce_without_seed_range ( )
reduce_without_seed_return ( )
reduce_without_seed_throw ( )

Method Details

reduce_accumulator_throws() public method

reduce_accumulator_throws_with_seed() public method

reduce_with_falsy_seed_range() public method

reduce_with_seed_empty() public method

reduce_with_seed_never() public method

reduce_with_seed_range() public method

reduce_with_seed_return() public method

reduce_with_seed_throw() public method

reduce_without_seed_empty() public method

reduce_without_seed_never() public method

reduce_without_seed_range() public method

reduce_without_seed_return() public method

reduce_without_seed_throw() public method