final class SizeCompareOps extends AnyVal
- Alphabetic
- By Inheritance
- SizeCompareOps
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
!=(size: Int): Boolean
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.
- Annotations
- @inline()
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
<(size: Int): Boolean
Tests if the size of the collection is less than some value.
Tests if the size of the collection is less than some value.
- Annotations
- @inline()
-
def
<=(size: Int): Boolean
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.
- Annotations
- @inline()
-
def
==(size: Int): Boolean
Tests if the size of the collection is equal to some value.
Tests if the size of the collection is equal to some value.
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
>(size: Int): Boolean
Tests if the size of the collection is greater than some value.
Tests if the size of the collection is greater than some value.
- Annotations
- @inline()
-
def
>=(size: Int): Boolean
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.
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any