Class

scala.collection.compat

SizeCompareOps

Related Doc: package compat

Permalink

final class SizeCompareOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SizeCompareOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def !=(size: Int): Boolean

    Permalink

    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()
  2. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  3. final def ##(): Int

    Permalink
    Definition Classes
    Any
  4. def <(size: Int): Boolean

    Permalink

    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()
  5. def <=(size: Int): Boolean

    Permalink

    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()
  6. def ==(size: Int): Boolean

    Permalink

    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()
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  8. def >(size: Int): Boolean

    Permalink

    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()
  9. def >=(size: Int): Boolean

    Permalink

    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()
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped