implicit final class JsCollectionEnrichment[T] extends AnyVal
JavaScript Collection Enrichment
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsCollectionEnrichment
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
JsCollectionEnrichment(collection: JsCollection[T])
- collection
the given collection
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val collection: JsCollection[T]
-
def
get(index: Int): Option[T]
- Annotations
- @inline()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
headOption: Option[T]
- Annotations
- @inline()
-
def
isEmpty: Boolean
- Annotations
- @inline()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
nonEmpty: Boolean
- Annotations
- @inline()
-
def
toJSArray: Array[T]
- Annotations
- @inline()
-
def
toSeq: Seq[T]
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- Any