RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
Static Public Member Functions | List of all members
rxcpp::member_overload< group_by_tag > Struct Template Reference

#include <rx-group_by.hpp>

Static Public Member Functions

template<class Observable , class KeySelector , class MarbleSelector , class BinaryPredicate , class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>>, class Value = typename Traits::grouped_observable_type>
static auto member (Observable &&o, KeySelector &&ks, MarbleSelector &&ms, BinaryPredicate &&p) -> decltype(o.template lift< Value >(GroupBy(std::forward< KeySelector >(ks), std::forward< MarbleSelector >(ms), std::forward< BinaryPredicate >(p))))
 
template<class Observable , class KeySelector , class MarbleSelector , class BinaryPredicate = rxu::less, class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>>, class Value = typename Traits::grouped_observable_type>
static auto member (Observable &&o, KeySelector &&ks, MarbleSelector &&ms) -> decltype(o.template lift< Value >(GroupBy(std::forward< KeySelector >(ks), std::forward< MarbleSelector >(ms), rxu::less())))
 
template<class Observable , class KeySelector , class MarbleSelector = rxu::detail::take_at<0>, class BinaryPredicate = rxu::less, class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>>, class Value = typename Traits::grouped_observable_type>
static auto member (Observable &&o, KeySelector &&ks) -> decltype(o.template lift< Value >(GroupBy(std::forward< KeySelector >(ks), rxu::detail::take_at< 0 >(), rxu::less())))
 
template<class Observable , class KeySelector = rxu::detail::take_at<0>, class MarbleSelector = rxu::detail::take_at<0>, class BinaryPredicate = rxu::less, class Enabled = rxu::enable_if_all_true_type_t< all_observables<Observable>>, class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>>, class Value = typename Traits::grouped_observable_type>
static auto member (Observable &&o) -> decltype(o.template lift< Value >(GroupBy(rxu::detail::take_at< 0 >(), rxu::detail::take_at< 0 >(), rxu::less())))
 
template<class... AN>
static operators::detail::group_by_invalid_t< AN... > member (const AN &...)
 

Member Function Documentation

template<class Observable , class KeySelector , class MarbleSelector , class BinaryPredicate , class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>>, class Value = typename Traits::grouped_observable_type>
static auto rxcpp::member_overload< group_by_tag >::member ( Observable &&  o,
KeySelector &&  ks,
MarbleSelector &&  ms,
BinaryPredicate &&  p 
) -> decltype(o.template lift<Value>(GroupBy(std::forward<KeySelector>(ks), std::forward<MarbleSelector>(ms), std::forward<BinaryPredicate>(p))))
inlinestatic
template<class Observable , class KeySelector , class MarbleSelector , class BinaryPredicate = rxu::less, class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>>, class Value = typename Traits::grouped_observable_type>
static auto rxcpp::member_overload< group_by_tag >::member ( Observable &&  o,
KeySelector &&  ks,
MarbleSelector &&  ms 
) -> decltype(o.template lift<Value>(GroupBy(std::forward<KeySelector>(ks), std::forward<MarbleSelector>(ms), rxu::less())))
inlinestatic
template<class Observable , class KeySelector , class MarbleSelector = rxu::detail::take_at<0>, class BinaryPredicate = rxu::less, class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>>, class Value = typename Traits::grouped_observable_type>
static auto rxcpp::member_overload< group_by_tag >::member ( Observable &&  o,
KeySelector &&  ks 
) -> decltype(o.template lift<Value>(GroupBy(std::forward<KeySelector>(ks), rxu::detail::take_at<0>(), rxu::less())))
inlinestatic
template<class Observable , class KeySelector = rxu::detail::take_at<0>, class MarbleSelector = rxu::detail::take_at<0>, class BinaryPredicate = rxu::less, class Enabled = rxu::enable_if_all_true_type_t< all_observables<Observable>>, class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>>, class Value = typename Traits::grouped_observable_type>
static auto rxcpp::member_overload< group_by_tag >::member ( Observable &&  o) -> decltype(o.template lift<Value>(GroupBy(rxu::detail::take_at<0>(), rxu::detail::take_at<0>(), rxu::less())))
inlinestatic
template<class... AN>
static operators::detail::group_by_invalid_t<AN...> rxcpp::member_overload< group_by_tag >::member ( const AN &  ...)
inlinestatic

The documentation for this struct was generated from the following file: