Predicate that checks if a TraversableOnce contains a value
equal to U.
Predicate that counts the number of elements in a TraversableOnce
which satisfy the predicate PA and passes the result to the numeric
predicate PC.
Predicate that checks if a TraversableOnce is empty.
Predicate that checks if the predicate P holds for some elements of a
TraversableOnce.
Predicate that checks if the predicate P holds for all elements of a
TraversableOnce.
Predicate that checks if the predicate P holds for the first element
of a Traversable.
Predicate that checks if the predicate P holds for the element at
index N of a sequence.
Predicate that checks if the predicate P holds for the last element
of a Traversable.
Predicate that checks if the size of a TraversableOnce is less than
or equal to N.
Predicate that checks if the size of a TraversableOnce is greater than
or equal to N.
Predicate that checks if a TraversableOnce is not empty.
Predicate that checks if the size of a TraversableOnce satisfies the
predicate P.