contains(const T &object) const | swift::misc::CRangeBase< Derived > | inline |
contains(K0 k0, V0 v0, KeysValues... keysValues) const | swift::misc::CRangeBase< Derived > | inline |
containsBy(Predicate p) const | swift::misc::CRangeBase< Derived > | inline |
equalPointers(const T *a, const U *b) | swift::misc::CRangeBase< Derived > | inlineprotectedstatic |
equalsBy(const T &other, Predicate c) const | swift::misc::CRangeBase< Derived > | inline |
equalsByKeys(const T &other, Key0 k0, Keys... keys) const | swift::misc::CRangeBase< Derived > | inline |
findBy(Predicate p) const | swift::misc::CRangeBase< Derived > | inline |
findBy(K0 k0, V0 v0, KeysValues... keysValues) const | swift::misc::CRangeBase< Derived > | inline |
findFirstBy(Predicate p) const | swift::misc::CRangeBase< Derived > | inline |
findFirstBy(K key, V value) const | swift::misc::CRangeBase< Derived > | inline |
findFirstByOrDefault(Predicate p, const Value &def) const | swift::misc::CRangeBase< Derived > | inline |
findFirstByOrDefault(Predicate p) const | swift::misc::CRangeBase< Derived > | inline |
findFirstByOrDefault(K key, V value, const Value &def) const | swift::misc::CRangeBase< Derived > | inline |
findFirstByOrDefault(K T::*key, V value) const | swift::misc::CRangeBase< Derived > | inline |
randomElement() const | swift::misc::CRangeBase< Derived > | inline |
randomElements(int n) const | swift::misc::CRangeBase< Derived > | inline |
sampleElements(int n) const | swift::misc::CRangeBase< Derived > | inline |
transform(F function) const | swift::misc::CRangeBase< Derived > | inline |