| aggregate(func_t &&func) const -> type_t | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| all(predicate_t &&predicate) const -> bool | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| any() const noexcept -> bool | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| append(element_t &&element) const noexcept | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| as_enumerable() const noexcept | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| average() const noexcept | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| begin() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| cast() const noexcept | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| cbegin() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| cend() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| chunk(xtd::usize size) const | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| concat(second_t &&second) const noexcept | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| const_iterator typedef | xtd::collections::generic::ienumerable< type_t > | |
| contains(type_t &&value) const noexcept -> bool | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| count() const noexcept -> xtd::usize | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| count_by(key_selector_t &&key_selector) const noexcept | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| default_if_empty() const noexcept | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| distinct() const noexcept | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| end() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| enumerable_type typedef | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | |
| equals(const object &obj) const noexcept -> bool | xtd::object | virtual |
| equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool | xtd::object | inlinestatic |
| first_or_default(predicate_t &&predicate, type_t &&default_value) const noexcept -> type_t | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| get_enumerator() const override | xtd::collections::generic::enumerable_generator< type_t > | inlinevirtual |
| get_hash_code() const noexcept -> xtd::usize | xtd::object | virtual |
| get_type() const noexcept -> type_object | xtd::object | virtual |
| ienumerable typedef | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | |
| iterator typedef | xtd::collections::generic::ienumerable< type_t > | |
| list typedef | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | |
| memberwise_clone() const -> xtd::unique_ptr_object< object_t > | xtd::object | |
| object()=default | xtd::object | |
| order() const | xtd::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) const | xtd::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) const | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool | xtd::object | inlinestatic |
| select(auto &&selector) const | xtd::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_iterator | xtd::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_iterator | xtd::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 > > | |
| to_string() const -> xtd::string override | xtd::collections::generic::enumerable_generator< type_t > | virtual |
| value_type typedef | xtd::collections::generic::ienumerable< type_t > | |
| where(auto &&predicate) const | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |