Sequence
-
Mechanica
Returns true if there is at least one element
matching
the predicate. -
Mechanica
Returns true if all the elements
match
the predicate. -
Mechanica
-
Mechanica
Returns the elements count matching a predicate.
-
Mechanica
Returns true if the
Sequence
contains all the given elements. -
Mechanica
Returns a collection of tuples where it’s indicated the frequencies of the elements in the sequence.
-
Mechanica
Returns true if the
Sequence
contains an element identical (referential equality) to anobject
.