PHP Class Rx\Functional\Operator\SelectTest

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

Public Methods

Method Description
calls_on_error_if_selector_throws_an_exception ( )
mapTo_value ( )
map_and_map_Optimization ( )
map_with_index_completed ( )
map_with_index_dispose_inside_selector ( )
map_with_index_error ( )
map_with_index_not_completed ( )
map_with_index_throws ( )
select_calls_on_completed ( )
select_calls_on_error ( )
select_calls_selector ( )

Method Details

calls_on_error_if_selector_throws_an_exception() public method

mapTo_value() public method

public mapTo_value ( )

map_and_map_Optimization() public method

map_with_index_completed() public method

map_with_index_dispose_inside_selector() public method

map_with_index_error() public method

map_with_index_not_completed() public method

map_with_index_throws() public method

select_calls_on_completed() public method

select_calls_on_error() public method

select_calls_selector() public method