Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexInLog/ReactivePlusPlus
/ functions
Functions
973 in github.com/AlexInLog/ReactivePlusPlus
⨍
Functions
973
◇
Types & classes
437
Method
on_error
src/rpp/rpp/operators/take_last.hpp:53
Method
on_error
src/rpp/rpp/operators/window_toggle.hpp:89
Method
on_error
src/rpp/rpp/operators/window_toggle.hpp:130
Method
on_error
src/rpp/rpp/operators/throttle.hpp:44
Method
on_error
src/rpp/rpp/operators/merge.hpp:73
Method
on_error
src/rpp/rpp/operators/tap.hpp:41
Method
on_error
src/rpp/rpp/operators/take_while.hpp:37
Method
on_error
src/rpp/rpp/operators/scan.hpp:93
Method
on_error
src/rpp/rpp/operators/distinct_until_changed.hpp:41
Method
on_error
src/rpp/rpp/operators/switch_on_next.hpp:73
Method
on_error
src/rpp/rpp/operators/with_latest_from.hpp:70
Method
on_error
src/rpp/rpp/operators/distinct.hpp:41
Method
on_error
src/rpp/rpp/operators/take.hpp:43
Method
on_error
src/rpp/rpp/operators/group_by.hpp:52
Method
on_error
src/rpp/rpp/operators/reduce.hpp:88
Method
on_error
src/rpp/rpp/operators/concat.hpp:128
Method
on_error
src/rpp/rpp/operators/skip.hpp:39
Method
on_error
src/rpp/rpp/operators/window.hpp:72
Method
on_error
src/rpp/rpp/operators/on_error_resume_next.hpp:45
Method
on_error
src/rpp/rpp/operators/debounce.hpp:31
Method
on_error
src/rpp/rpp/operators/details/combining_strategy.hpp:67
Method
on_error
src/rpp/rpp/operators/details/forwarding_subject.hpp:39
Method
on_error
* @brief Observable calls this method to notify observer about some error during generation next data. * @invariant Obtaining of this call me
src/rpp/rpp/observers/observer.hpp:120
Method
on_error
src/rpp/rpp/observers/fwd.hpp:86
Method
on_error
src/rpp/rpp/observers/mock_observer.hpp:44
Method
on_error
src/rpp/rpp/observers/dynamic_observer.hpp:106
Method
on_error
src/rpp/rpp/subjects/behavior_subject.hpp:61
Method
on_error
src/rpp/rpp/subjects/publish_subject.hpp:36
Method
on_error
src/rpp/rpp/subjects/replay_subject.hpp:101
Method
on_error
src/extensions/rppasio/rppasio/schedulers/strand.hpp:105
Method
on_error_resume_next_disposable
src/rpp/rpp/operators/on_error_resume_next.hpp:23
Method
on_error_resume_next_observer_strategy
src/rpp/rpp/operators/on_error_resume_next.hpp:66
Method
on_next
src/rpp/rpp/operators/retry.hpp:49
Method
on_next
src/rpp/rpp/operators/retry_when.hpp:30
Method
on_next
src/rpp/rpp/operators/filter.hpp:31
Method
on_next
src/rpp/rpp/operators/take_until.hpp:74
Method
on_next
src/rpp/rpp/operators/take_until.hpp:85
Method
on_next
src/rpp/rpp/operators/map.hpp:31
Method
on_next
src/rpp/rpp/operators/timeout.hpp:82
Method
on_next
src/rpp/rpp/operators/first.hpp:28
Method
on_next
src/rpp/rpp/operators/window_toggle.hpp:84
Method
on_next
src/rpp/rpp/operators/window_toggle.hpp:121
Method
on_next
src/rpp/rpp/operators/throttle.hpp:34
Method
on_next
src/rpp/rpp/operators/merge.hpp:105
Method
on_next
src/rpp/rpp/operators/tap.hpp:35
Method
on_next
src/rpp/rpp/operators/take_while.hpp:29
Method
on_next
src/rpp/rpp/operators/scan.hpp:83
Method
on_next
src/rpp/rpp/operators/repeat_when.hpp:30
Method
on_next
src/rpp/rpp/operators/distinct_until_changed.hpp:32
Method
on_next
src/rpp/rpp/operators/switch_on_next.hpp:68
Method
on_next
src/rpp/rpp/operators/with_latest_from.hpp:64
Method
on_next
src/rpp/rpp/operators/with_latest_from.hpp:99
Method
on_next
src/rpp/rpp/operators/distinct.hpp:32
Method
on_next
src/rpp/rpp/operators/take.hpp:31
Method
on_next
src/rpp/rpp/operators/group_by.hpp:47
Method
on_next
src/rpp/rpp/operators/reduce.hpp:80
Method
on_next
src/rpp/rpp/operators/concat.hpp:123
Method
on_next
src/rpp/rpp/operators/skip.hpp:31
Method
on_next
src/rpp/rpp/operators/window.hpp:49
Method
on_next
src/rpp/rpp/operators/on_error_resume_next.hpp:40
Method
on_next
src/rpp/rpp/operators/element_at.hpp:32
Method
on_next
src/rpp/rpp/operators/details/forwarding_subject.hpp:37
Method
on_next
src/rpp/rpp/operators/details/repeating_strategy.hpp:59
Method
on_next
* @brief Observable calls this method to notify observer about new value. * * @note obtains value by const-reference to original obj
src/rpp/rpp/observers/observer.hpp:84
Method
on_next
src/rpp/rpp/observers/fwd.hpp:85
Method
on_next
src/rpp/rpp/observers/mock_observer.hpp:30
Method
on_next
src/rpp/rpp/observers/dynamic_observer.hpp:104
Method
on_next
src/rpp/rpp/subjects/publish_subject.hpp:34
Method
on_next
src/rpp/rpp/subjects/details/subject_state.hpp:112
Method
operator!=
src/rpp/rpp/utils/utils.hpp:187
Method
operator!=
src/rpp/rpp/utils/utils.hpp:237
Method
operator!=
src/tests/utils/copy_count_tracker.hpp:63
Method
operator!=
src/tests/rpp/test_from.cpp:49
Method
operator!=
src/tests/rpp/test_concat.cpp:59
Method
operator!=
src/examples/rpp/sfml/snake/utils.hpp:20
Method
operator()
src/rpp/rpp/utils/functors.hpp:29
Method
operator()
src/rpp/rpp/utils/functors.hpp:40
Method
operator()
src/rpp/rpp/utils/functors.hpp:48
Method
operator()
src/rpp/rpp/utils/functors.hpp:55
Method
operator()
src/rpp/rpp/utils/functors.hpp:61
Method
operator()
src/rpp/rpp/utils/functors.hpp:69
Method
operator()
src/rpp/rpp/utils/functors.hpp:75
Method
operator()
src/rpp/rpp/utils/functors.hpp:83
Method
operator()
src/rpp/rpp/utils/utils.hpp:99
Method
operator()
src/rpp/rpp/operators/as_blocking.hpp:23
Method
operator()
src/rpp/rpp/operators/repeat.hpp:27
Method
operator()
src/rpp/rpp/operators/repeat.hpp:36
Method
operator()
src/rpp/rpp/operators/flat_map.hpp:25
Method
operator()
src/rpp/rpp/operators/subscribe_on.hpp:28
Method
operator()
src/rpp/rpp/operators/start_with.hpp:26
Method
operator()
src/rpp/rpp/operators/start_with.hpp:54
Method
operator()
src/rpp/rpp/operators/subscribe.hpp:39
Method
operator()
src/rpp/rpp/operators/subscribe.hpp:63
Method
operator()
src/rpp/rpp/operators/subscribe.hpp:91
Method
operator()
src/rpp/rpp/operators/subscribe.hpp:119
Method
operator()
src/rpp/rpp/operators/subscribe.hpp:153
Method
operator()
src/rpp/rpp/operators/subscribe.hpp:186
Method
operator()
src/rpp/rpp/operators/ref_count.hpp:10
Method
operator()
src/rpp/rpp/operators/multicast.hpp:25
Method
operator()
src/rpp/rpp/operators/multicast.hpp:36
← previous
next →
701–800 of 973, ranked by callers