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 DurationSelector , class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate, DurationSelector>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>, rxu::decay_t<DurationSelector>>, class Value = typename Traits::grouped_observable_type>
static auto member (Observable &&o, KeySelector &&ks, MarbleSelector &&ms, BinaryPredicate &&p, DurationSelector &&ds) -> decltype(o.template lift< Value >(GroupBy(std::forward< KeySelector >(ks), std::forward< MarbleSelector >(ms), std::forward< BinaryPredicate >(p), std::forward< DurationSelector >(ds))))
 
template<class Observable , class KeySelector , class MarbleSelector , class BinaryPredicate , class DurationSelector = rxu::ret<observable<int, rxs::detail::never<int>>>, class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate, DurationSelector>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>, rxu::decay_t<DurationSelector>>, 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), rxu::ret< observable< int, rxs::detail::never< int >>>())))
 
template<class Observable , class KeySelector , class MarbleSelector , class BinaryPredicate = rxu::less, class DurationSelector = rxu::ret<observable<int, rxs::detail::never<int>>>, class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate, DurationSelector>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>, rxu::decay_t<DurationSelector>>, 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(), rxu::ret< observable< int, rxs::detail::never< int >>>())))
 
template<class Observable , class KeySelector , class MarbleSelector = rxu::detail::take_at<0>, class BinaryPredicate = rxu::less, class DurationSelector = rxu::ret<observable<int, rxs::detail::never<int>>>, class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate, DurationSelector>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>, rxu::decay_t<DurationSelector>>, 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(), rxu::ret< observable< int, rxs::detail::never< int >>>())))
 
template<class Observable , class KeySelector = rxu::detail::take_at<0>, class MarbleSelector = rxu::detail::take_at<0>, class BinaryPredicate = rxu::less, class DurationSelector = rxu::ret<observable<int, rxs::detail::never<int>>>, 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, DurationSelector>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>, rxu::decay_t<DurationSelector>>, 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(), rxu::ret< observable< int, rxs::detail::never< int >>>())))
 
template<class... AN>
static operators::detail::group_by_invalid_t< AN... > member (const AN &...)
 

Member Function Documentation

◆ member() [1/6]

template<class Observable , class KeySelector , class MarbleSelector , class BinaryPredicate , class DurationSelector , class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate, DurationSelector>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>, rxu::decay_t<DurationSelector>>, class Value = typename Traits::grouped_observable_type>
static auto rxcpp::member_overload< group_by_tag >::member ( Observable &&  o,
KeySelector &&  ks,
MarbleSelector &&  ms,
BinaryPredicate &&  p,
DurationSelector &&  ds 
) -> decltype(o.template lift<Value>(GroupBy(std::forward<KeySelector>(ks), std::forward<MarbleSelector>(ms), std::forward<BinaryPredicate>(p), std::forward<DurationSelector>(ds))))
inlinestatic

◆ member() [2/6]

template<class Observable , class KeySelector , class MarbleSelector , class BinaryPredicate , class DurationSelector = rxu::ret<observable<int, rxs::detail::never<int>>>, class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate, DurationSelector>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>, rxu::decay_t<DurationSelector>>, 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), rxu::ret<observable<int, rxs::detail::never<int>>>())))
inlinestatic

◆ member() [3/6]

template<class Observable , class KeySelector , class MarbleSelector , class BinaryPredicate = rxu::less, class DurationSelector = rxu::ret<observable<int, rxs::detail::never<int>>>, class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate, DurationSelector>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>, rxu::decay_t<DurationSelector>>, 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(), rxu::ret<observable<int, rxs::detail::never<int>>>())))
inlinestatic

◆ member() [4/6]

template<class Observable , class KeySelector , class MarbleSelector = rxu::detail::take_at<0>, class BinaryPredicate = rxu::less, class DurationSelector = rxu::ret<observable<int, rxs::detail::never<int>>>, class SourceValue = rxu::value_type_t<Observable>, class Traits = rxo::detail::group_by_traits<SourceValue, rxu::decay_t<Observable>, KeySelector, MarbleSelector, BinaryPredicate, DurationSelector>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>, rxu::decay_t<DurationSelector>>, 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(), rxu::ret<observable<int, rxs::detail::never<int>>>())))
inlinestatic

◆ member() [5/6]

template<class Observable , class KeySelector = rxu::detail::take_at<0>, class MarbleSelector = rxu::detail::take_at<0>, class BinaryPredicate = rxu::less, class DurationSelector = rxu::ret<observable<int, rxs::detail::never<int>>>, 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, DurationSelector>, class GroupBy = rxo::detail::group_by<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<KeySelector>, rxu::decay_t<MarbleSelector>, rxu::decay_t<BinaryPredicate>, rxu::decay_t<DurationSelector>>, 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(), rxu::ret<observable<int, rxs::detail::never<int>>>())))
inlinestatic

◆ member() [6/6]

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: