This is the complete list of members for anch::Fluent< T, C >, including all inherited members.
allMatch(std::function< bool(const T &)> predicate) | anch::Fluent< T, C > | |
anyMatch(std::function< bool(const T &)> predicate) | anch::Fluent< T, C > | |
collect(D &container, std::function< void(D &, const T &)> collector) | anch::Fluent< T, C > | |
collect(std::function< void(D &, const T &)> collector) | anch::Fluent< T, C > | |
collect(D &container, R(D::*collector)(const T &)) | anch::Fluent< T, C > | |
collect(R(D::*collector)(const T &)) | anch::Fluent< T, C > | |
concat(Fluent< T, C > &other) noexcept | anch::Fluent< T, C > | |
filter(std::function< bool(const T &)> predicate) | anch::Fluent< T, C > | |
Fluent()=delete | anch::Fluent< T, C > | |
Fluent(C< T > &container) | anch::Fluent< T, C > | |
Fluent(const Fluent &other) | anch::Fluent< T, C > | |
Fluent(Fluent &&other) | anch::Fluent< T, C > | |
forEach(std::function< void(T &)> action) | anch::Fluent< T, C > | |
limit(uint64_t limit) | anch::Fluent< T, C > | |
map(std::function< U(const T &)> mapper) | anch::Fluent< T, C > | |
noneMatch(std::function< bool(const T &)> predicate) | anch::Fluent< T, C > | |
skip(uint64_t skip) | anch::Fluent< T, C > | |
~Fluent() | anch::Fluent< T, C > | virtual |