RichJsArray

final implicit class RichJsArray[A](val arr: JsArray[A]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def asScalaJs: Array[A]
def forEach(cb: Function1[A, Any]): Unit

Note: this implementation is faster than calling into JS native forEach.

Note: this implementation is faster than calling into JS native forEach.

def forEachWithIndex(cb: Function2[A, Int, Any]): Unit

Similar to the native two-argument version of forEach

Similar to the native two-argument version of forEach

Concrete fields

val arr: JsArray[A]