aggregate(const std::function< type_t(const type_t &, const type_t &)> &func) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const func_t &func) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const type_t &, const accumulate_t &)> &func) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const accumulate_t &seed, const func_t &func) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const type_t &, const accumulate_t &)> &func, const std::function< result_t(const accumulate_t &)> &result_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const accumulate_t &seed, const func_t &func, const result_selector_t &result_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const accumulate_t &seed, const func_t &func, const result_selector_t &result_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
all(const std::function< bool(const type_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
all(const predicate_t &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
any() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
any(const std::function< bool(const type_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
any(const predicate_t &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
append(const type_t &element) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
as_enumerable() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
average() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
begin() const | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
begin() | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
cbegin() const | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
cend() const | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
const_iterator typedef | xtd::collections::generic::ienumerable< type_t > | |
end() const | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
end() | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
first_or_default(const type_t default_value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
first_or_default() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
get_enumerator() const override | xtd::linq::enumerable_collection< type_t, allocator_t > | inlinevirtual |
iterator typedef | xtd::collections::generic::ienumerable< type_t > | |
select(const std::function< result_t(const type_t &)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
select(const selector_t &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
select(const std::function< type_t(const type_t &)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
select(const selector_t &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
to_list() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
where(const std::function< bool(const type_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
where(const predicate_t &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |