SizeCompareOps
Operations for comparing the size of a collection to a test value.
These operations are implemented in terms of
sizeCompare(Int)
.
- Source:
- Iterable.scala
Value members
Concrete methods
Tests if the size of the collection is not equal to some value.
Tests if the size of the collection is not equal to some value.
- Source:
- Iterable.scala
Tests if the size of the collection is less than some value.
Tests if the size of the collection is less than some value.
- Source:
- Iterable.scala
Tests if the size of the collection is less than or equal to some value.
Tests if the size of the collection is less than or equal to some value.
- Source:
- Iterable.scala
Tests if the size of the collection is equal to some value.
Tests if the size of the collection is equal to some value.
- Source:
- Iterable.scala
Tests if the size of the collection is greater than some value.
Tests if the size of the collection is greater than some value.
- Source:
- Iterable.scala
Tests if the size of the collection is greater than or equal to some value.
Tests if the size of the collection is greater than or equal to some value.
- Source:
- Iterable.scala