Scala Standard Library 2.13.1 - scala.collection.IterableOps.SizeCompareOps (original) (raw)

final class SizeCompareOps extends AnyVal

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. SizeCompareOps
  2. AnyVal
  3. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. def !=(size: Int): Boolean
  2. final def !=(arg0: Any): Boolean
  3. final def ##(): Int
  4. def +(other: String): String
  5. def ->[B](y: B): (SizeCompareOps, B)
  6. def <(size: Int): Boolean
  7. def <=(size: Int): Boolean
  8. def ==(size: Int): Boolean
  9. final def ==(arg0: Any): Boolean
  10. def >(size: Int): Boolean
  11. def >=(size: Int): Boolean
  12. final def asInstanceOf[T0]: T0
  13. def ensuring(cond: (SizeCompareOps) => Boolean, msg: => Any): SizeCompareOps
  14. def ensuring(cond: (SizeCompareOps) => Boolean): SizeCompareOps
  15. def ensuring(cond: Boolean, msg: => Any): SizeCompareOps
  16. def ensuring(cond: Boolean): SizeCompareOps
  17. def formatted(fmtstr: String): String
  18. def getClass(): Class[_ <: AnyVal]
  19. final def isInstanceOf[T0]: Boolean
  20. val it: IterableOps[_, AnyConstr, _]
  21. def toString(): String

Ungrouped