Scala Standard Library 2.13.1 - scala.collection.IterableOps.SizeCompareOps (original) (raw)
final class SizeCompareOps extends AnyVal
Ordering
- Alphabetic
- By Inheritance
Inherited
- SizeCompareOps
- AnyVal
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Value Members
- def !=(size: Int): Boolean
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (SizeCompareOps, B)
- def <(size: Int): Boolean
- def <=(size: Int): Boolean
- def ==(size: Int): Boolean
- final def ==(arg0: Any): Boolean
- def >(size: Int): Boolean
- def >=(size: Int): Boolean
- final def asInstanceOf[T0]: T0
- def ensuring(cond: (SizeCompareOps) => Boolean, msg: => Any): SizeCompareOps
- def ensuring(cond: (SizeCompareOps) => Boolean): SizeCompareOps
- def ensuring(cond: Boolean, msg: => Any): SizeCompareOps
- def ensuring(cond: Boolean): SizeCompareOps
- def formatted(fmtstr: String): String
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- val it: IterableOps[_, AnyConstr, _]
- def toString(): String