DkIterableTestExt<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
all(
bool test(E element)) → bool -
Available on Iterable<
等同everyE> , provided by the DkIterableTestExt extension -
containsAll(
Iterable< E> other, {bool collapseDuplicates = true}) → bool -
Available on Iterable<
如果E> , provided by the DkIterableTestExt extensionother中的每个元素也存在于this中,则返回true。 -
containsAny(
Iterable< E> other) → bool -
Available on Iterable<
如果E> , provided by the DkIterableTestExt extensionthis包含至少一个在other中的元素,则返回true。 -
none(
bool test(E element)) → bool -
Available on Iterable<
如果没有任何元素满足E> , provided by the DkIterableTestExt extensiontest条件,则返回true。