xtd 1.0.0
Loading...
Searching...
No Matches
xtd::collections::generic::ienumerable< type_t > Member List

This is the complete list of members for xtd::collections::generic::ienumerable< type_t >, including all inherited members.

aggregate(func_t &&func) const -> type_txtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
all(predicate_t &&predicate) const -> boolxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
any() const noexcept -> boolxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
append(element_t &&element) const noexceptxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
as_enumerable() const noexceptxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
average() const noexceptxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
begin() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
cast() const noexceptxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
cbegin() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
cend() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
chunk(xtd::usize size) constxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
concat(second_t &&second) const noexceptxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
const_iterator typedefxtd::collections::generic::ienumerable< type_t >
contains(type_t &&value) const noexcept -> boolxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
count() const noexcept -> xtd::usizextd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
count_by(key_selector_t &&key_selector) const noexceptxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
default_if_empty() const noexceptxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
distinct() const noexceptxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
end() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
enumerable_type typedefxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >
first_or_default(predicate_t &&predicate, type_t &&default_value) const noexcept -> type_txtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
get_enumerator() const -> xtd::collections::generic::enumerator< type_t >=0xtd::collections::generic::ienumerable< type_t >pure virtual
ienumerable typedefxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >
iterator typedefxtd::collections::generic::ienumerable< type_t >
list typedefxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >
order() constxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
order_by(const std::function< type_t(const type_t &)> &key_selector) constxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
order_by_descending(const std::function< key_t(const type_t &)> &key_selector) constxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
select(auto &&selector) constxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline
to_array() const -> xtd::array< type_t >xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >
to_const_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinestatic
to_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinestatic
to_list() const -> xtd::collections::generic::list< type_t >xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >
value_type typedefxtd::collections::generic::ienumerable< type_t >
where(auto &&predicate) constxtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > >inline