AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
anch::Fluent< T, C > Member List

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) noexceptanch::Fluent< T, C >
filter(std::function< bool(const T &)> predicate)anch::Fluent< T, C >
Fluent()=deleteanch::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