implicit final class JSRichIterable[T] extends AnyVal
- Alphabetic
- By Inheritance
- JSRichIterable
- AnyVal
- Any
- by iterableOnceConvertible2JSRichIterableOnce
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new JSRichIterable(__self: collection.Iterable[T])
Value Members
- final def !=(arg0: scala.Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from JSRichIterable[T] toany2stringadd[JSRichIterable[T]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (JSRichIterable[T], B)
- Implicit
- This member is added by an implicit conversion from JSRichIterable[T] toArrowAssoc[JSRichIterable[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: scala.Any): Boolean
- Definition Classes
- Any
- val __self: collection.Iterable[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val col: collection.IterableOnce[T]
- Implicit
- This member is added by an implicit conversion from JSRichIterable[T] toJSRichIterableOnce[T] performed by method iterableOnceConvertible2JSRichIterableOnce in scala.scalajs.js.JSConverters.This conversion will take place only if an implicit value of type (JSRichIterable[T]) => collection.IterableOnce[T] is in scope.
- Definition Classes
- JSRichIterableOnce
- def ensuring(cond: (JSRichIterable[T]) => Boolean, msg: => scala.Any): JSRichIterable[T]
- Implicit
- This member is added by an implicit conversion from JSRichIterable[T] toEnsuring[JSRichIterable[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (JSRichIterable[T]) => Boolean): JSRichIterable[T]
- Implicit
- This member is added by an implicit conversion from JSRichIterable[T] toEnsuring[JSRichIterable[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => scala.Any): JSRichIterable[T]
- Implicit
- This member is added by an implicit conversion from JSRichIterable[T] toEnsuring[JSRichIterable[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): JSRichIterable[T]
- Implicit
- This member is added by an implicit conversion from JSRichIterable[T] toEnsuring[JSRichIterable[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from JSRichIterable[T] toStringFormat[JSRichIterable[T]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def toJSArray: Array[T]
- Implicit
- This member is added by an implicit conversion from JSRichIterable[T] toJSRichIterableOnce[T] performed by method iterableOnceConvertible2JSRichIterableOnce in scala.scalajs.js.JSConverters.This conversion will take place only if an implicit value of type (JSRichIterable[T]) => collection.IterableOnce[T] is in scope.
- Definition Classes
- JSRichIterableOnce
- final def toJSIterable: Iterable[T]
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
Deprecated Value Members
- def →[B](y: B): (JSRichIterable[T], B)
- Implicit
- This member is added by an implicit conversion from JSRichIterable[T] toArrowAssoc[JSRichIterable[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.