scala.scalajs.js.RegExp

ExecResult

trait ExecResult extends Array[UndefOr[String]]

Annotations
@RawJSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExecResult
  2. Array
  3. Iterable
  4. Object
  5. Any
  6. AnyRef
  7. Any
Implicitly
  1. by from
  2. by jsArrayOps
  3. by fromTypeConstructor
  4. by wrapArray
  5. by iterableOps
  6. by any2stringadd
  7. by any2stringfmt
  8. by any2ArrowAssoc
  9. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val index: Int

  2. abstract val input: String

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: scala.Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ExecResult to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++[B >: A](that: Array[_ <: B]): Array[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    ArrayOps
    Annotations
    @inline()
  6. def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableLike → GenTraversableLike
  7. def ++(xs: GenTraversableOnce[UndefOr[String]]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) ++ creates a new buffer. Use ++= to add an element from this buffer and return that buffer itself.

  8. def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  9. def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  10. def ++:[B >: A, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableLike
  11. def ++:[B >: A, That](that: collection.TraversableOnce[B])(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableLike
  12. def ++:[B >: A, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableLike
  13. def ++:[B >: A, That](that: collection.TraversableOnce[B])(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableLike
  14. def ++:[B >: A, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[collection.Iterable[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  15. def ++:[B >: A, That](that: collection.TraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  16. def ++=:(xs: collection.TraversableOnce[|[String, Unit]]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    WrappedArray → BufferLike
    Annotations
    @inline()
  17. def +:[B >: A, That](elem: B)(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike → GenSeqLike
  18. def +:[B >: A, That](elem: B)(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike → GenSeqLike
  19. def +=:(elem: |[String, Unit]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    WrappedArray → BufferLike
    Annotations
    @inline()
  20. def -(elem1: UndefOr[String], elem2: UndefOr[String], elems: UndefOr[String]*): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new buffer. Use -= to remove an element from this buffer and return that buffer itself.

  21. def -(elem: UndefOr[String]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new buffer. Use -= to remove an element from this buffer and return that buffer itself.

  22. def --(xs: GenTraversableOnce[UndefOr[String]]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) -- creates a new buffer. Use --= to remove an element from this buffer and return that buffer itself.

  23. def --=(xs: collection.TraversableOnce[|[String, Unit]]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    Shrinkable
  24. def -=(x: |[String, Unit]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike → Shrinkable
  25. def -=(elem1: |[String, Unit], elem2: |[String, Unit], elems: |[String, Unit]*): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    Shrinkable
  26. def ->[B](y: B): (ExecResult, B)

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrowAssoc[ExecResult] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  27. def :+[B >: A, That](elem: B)(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike → GenSeqLike
  28. def :+[B >: A, That](elem: B)(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike → GenSeqLike
  29. def <<(cmd: Message[UndefOr[String]]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike → Scriptable
  30. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def ==(arg0: scala.Any): Boolean

    Definition Classes
    Any
  32. def andThen[C](k: (UndefOr[String]) ⇒ C): PartialFunction[Int, C]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    PartialFunction → Function1
  33. def append(elems: UndefOr[String]*): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike
  34. def appendAll(xs: collection.TraversableOnce[UndefOr[String]]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike
  35. def apply(index: Int): UndefOr[String]

    Access the element at the given index.

    Access the element at the given index.

    Definition Classes
    Array
    Annotations
    @JSBracketAccess()
  36. def applyOrElse[A1 <: A, B1 >: B](x: A1, default: (A1) ⇒ B1): B1

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    PartialFunction
  37. val array: Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    WrappedArray
  38. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  39. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def collect[B, That](pf: PartialFunction[UndefOr[String], B])(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableLike → GenTraversableLike
  41. def compose[A](g: (A) ⇒ Int): (A) ⇒ UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  42. def concat[B >: UndefOr[String]](items: Array[_ <: B]*): Array[B]

    concat creates a new array consisting of the elements in the this object on which it is called, followed in order by, for each argument, the elements of that argument (if the argument is an array) or the argument itself (if the argument is not an array).

    concat creates a new array consisting of the elements in the this object on which it is called, followed in order by, for each argument, the elements of that argument (if the argument is an array) or the argument itself (if the argument is not an array).

    MDN

    Definition Classes
    Array
  43. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  44. def copyToArray[B >: A](xs: scala.Array[B]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  45. def copyToArray[B >: A](xs: scala.Array[B], start: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  46. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  47. def copyToArray[B >: A](xs: scala.Array[B]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def copyToArray[B >: A](xs: scala.Array[B], start: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  49. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  50. def copyToArray[B >: A](xs: scala.Array[B]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  51. def copyToArray[B >: A](xs: scala.Array[B], start: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  52. def copyToBuffer[B >: A](dest: Buffer[B]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce
  53. def copyToBuffer[B >: A](dest: Buffer[B]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  54. def copyToBuffer[B >: A](dest: Buffer[B]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  55. def diff[B >: A](that: GenSeq[B]): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike → GenSeqLike
  56. def diff[B >: A](that: GenSeq[B]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike → GenSeqLike
  57. def ensuring(cond: (ExecResult) ⇒ Boolean, msg: ⇒ scala.Any): ExecResult

    Implicit information
    This member is added by an implicit conversion from ExecResult to Ensuring[ExecResult] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  58. def ensuring(cond: (ExecResult) ⇒ Boolean): ExecResult

    Implicit information
    This member is added by an implicit conversion from ExecResult to Ensuring[ExecResult] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  59. def ensuring(cond: Boolean, msg: ⇒ scala.Any): ExecResult

    Implicit information
    This member is added by an implicit conversion from ExecResult to Ensuring[ExecResult] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  60. def ensuring(cond: Boolean): ExecResult

    Implicit information
    This member is added by an implicit conversion from ExecResult to Ensuring[ExecResult] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  61. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  62. def equals(arg0: scala.Any): Boolean

    Definition Classes
    AnyRef → Any
  63. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  64. def flatMap[B, That](f: (UndefOr[String]) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  65. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  66. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  67. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  68. def foldLeft[B](z: B)(op: (B, UndefOr[String]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  69. def foldRight[B](z: B)(op: (UndefOr[String], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  70. def foreach[U](f: (UndefOr[String]) ⇒ U): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  71. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ExecResult to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  72. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  73. def hasOwnProperty(v: String): Boolean

    Tests whether this object has the specified property as a direct property.

    Tests whether this object has the specified property as a direct property.

    Unlike js.Object.hasProperty, this method does not check down the object's prototype chain.

    MDN

    Definition Classes
    Object
  74. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  75. def indexOf[B >: A](elem: B, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    GenSeqLike
  76. def indexOf[B >: A](elem: B): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    GenSeqLike
  77. def indexOf[B >: A](elem: B, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    GenSeqLike
  78. def indexOf[B >: A](elem: B): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    GenSeqLike
  79. def indexOfSlice[B >: A](that: GenSeq[B], from: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike
  80. def indexOfSlice[B >: A](that: GenSeq[B]): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike
  81. def indexOfSlice[B >: A](that: GenSeq[B], from: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike
  82. def indexOfSlice[B >: A](that: GenSeq[B]): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike
  83. def insert(n: Int, elems: UndefOr[String]*): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike
  84. def insertAll(n: Int, elems: collection.Traversable[UndefOr[String]]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    WrappedArray → BufferLike
    Annotations
    @inline()
  85. def intersect[B >: A](that: GenSeq[B]): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike → GenSeqLike
  86. def intersect[B >: A](that: GenSeq[B]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike → GenSeqLike
  87. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  88. def isPrototypeOf(v: Object): Boolean

    Tests whether this object is in the prototype chain of another object.

    Tests whether this object is in the prototype chain of another object.

    Definition Classes
    Object
  89. def join(seperator: String = ","): String

    The join() method joins all elements of an array into a string.

    The join() method joins all elements of an array into a string.

    separator Specifies a string to separate each element of the array. The separator is converted to a string if necessary. If omitted, the array elements are separated with a comma.

    Definition Classes
    Array
  90. def jsIterator(): Iterator[UndefOr[String]]

    ECMAScript 6 JavaScript Iterator for this Array.

    ECMAScript 6 JavaScript Iterator for this Array.

    Definition Classes
    ArrayIterable
    Annotations
    @JSName( symbol = js.Symbol.iterator )
  91. def jsSlice(start: Int = 0, end: Int = Int.MaxValue): Array[UndefOr[String]]

    The slice() method returns a shallow copy of a portion of an array.

    The slice() method returns a shallow copy of a portion of an array.

    MDN

    Definition Classes
    Array
    Annotations
    @JSName( name = "slice" )
  92. def lastIndexOf[B >: A](elem: B, end: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    GenSeqLike
  93. def lastIndexOf[B >: A](elem: B): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    GenSeqLike
  94. def lastIndexOf[B >: A](elem: B, end: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    GenSeqLike
  95. def lastIndexOf[B >: A](elem: B): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    GenSeqLike
  96. def lastIndexOfSlice[B >: A](that: GenSeq[B], end: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike
  97. def lastIndexOfSlice[B >: A](that: GenSeq[B]): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike
  98. def lastIndexOfSlice[B >: A](that: GenSeq[B], end: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike
  99. def lastIndexOfSlice[B >: A](that: GenSeq[B]): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike
  100. def length: Int

    Length of the array.

    Length of the array.

    Definition Classes
    Array
  101. def length_=(v: Int): Unit

    Sets the length of the array.

    Sets the length of the array. If the new length is bigger than the old length, created slots are filled with undefined (irrespective of the type argument A!). If the new length is smaller than the old length, the array is shrunk.

    Definition Classes
    Array
  102. def lift: (Int) ⇒ Option[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    PartialFunction
  103. def map[B, That](f: (UndefOr[String]) ⇒ B)(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  104. def mapResult[NewTo](f: (Array[UndefOr[String]]) ⇒ NewTo): Builder[UndefOr[String], NewTo]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    Builder
  105. def mapResult[NewTo](f: (WrappedArray[UndefOr[String]]) ⇒ NewTo): Builder[UndefOr[String], NewTo]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    Builder
  106. def max[B >: A](implicit cmp: Ordering[B]): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def max[B >: A](implicit cmp: Ordering[B]): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  108. def max[B >: A](implicit cmp: Ordering[B]): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def min[B >: A](implicit cmp: Ordering[B]): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def min[B >: A](implicit cmp: Ordering[B]): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def min[B >: A](implicit cmp: Ordering[B]): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  113. final def notify(): Unit

    Definition Classes
    AnyRef
  114. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  115. def orElse[A1 <: A, B1 >: B](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    PartialFunction
  116. def padTo[B >: A, That](len: Int, elem: B)(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike → GenSeqLike
  117. def padTo[B >: A, That](len: Int, elem: B)(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike → GenSeqLike
  118. def patch[B >: A, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike → GenSeqLike
  119. def patch[B >: A, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike → GenSeqLike
  120. def pop(): UndefOr[String]

    The pop() method removes the last element from an array and returns that element.

    The pop() method removes the last element from an array and returns that element.

    MDN

    Definition Classes
    Array
  121. def prepend(elems: UndefOr[String]*): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike
  122. def prependAll(xs: collection.TraversableOnce[UndefOr[String]]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike
  123. def product[B >: A](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  124. def product[B >: A](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  125. def product[B >: A](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. def propertyIsEnumerable(v: String): Boolean

    Tests whether the specified property in an object can be enumerated by a call to js.Object.properties, with the exception of properties inherited through the prototype chain.

    Tests whether the specified property in an object can be enumerated by a call to js.Object.properties, with the exception of properties inherited through the prototype chain.

    If the object does not have the specified property, this method returns false.

    MDN

    Definition Classes
    Object
  127. def push(items: UndefOr[String]*): Int

    The push() method mutates an array by appending the given elements and returning the new length of the array.

    The push() method mutates an array by appending the given elements and returning the new length of the array.

    MDN

    Definition Classes
    Array
  128. def readOnly: collection.Seq[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike
  129. def reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  131. def reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def reduceLeft[B >: A](op: (B, UndefOr[String]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    ArrayOps → IndexedSeqOptimized → TraversableOnce
  133. def reduceLeft[B >: A](op: (B, UndefOr[String]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    IndexedSeqOptimized → TraversableOnce
  134. def reduceLeft[B >: A](op: (B, UndefOr[String]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  135. def reduceLeftOption[B >: A](op: (B, UndefOr[String]) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def reduceLeftOption[B >: A](op: (B, UndefOr[String]) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def reduceLeftOption[B >: A](op: (B, UndefOr[String]) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  138. def reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  139. def reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  140. def reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  141. def reduceRight[B >: A](op: (UndefOr[String], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    ArrayOps → IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  142. def reduceRight[B >: A](op: (UndefOr[String], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  143. def reduceRight[B >: A](op: (UndefOr[String], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  144. def reduceRightOption[B >: A](op: (UndefOr[String], B) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  145. def reduceRightOption[B >: A](op: (UndefOr[String], B) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  146. def reduceRightOption[B >: A](op: (UndefOr[String], B) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  147. def remove(n: Int, count: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    WrappedArray → BufferLike
    Annotations
    @inline()
  148. def remove(n: Int): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    WrappedArray → BufferLike
    Annotations
    @inline()
  149. def reverseInPlace(): Array[UndefOr[String]]

    The reverse() method reverses an array in place.

    The reverse() method reverses an array in place. The first array element becomes the last and the last becomes the first.

    MDN

    Definition Classes
    Array
    Annotations
    @JSName( name = "reverse" )
  150. def reverseMap[B, That](f: (UndefOr[String]) ⇒ B)(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike → GenSeqLike
  151. def reverseMap[B, That](f: (UndefOr[String]) ⇒ B)(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike → GenSeqLike
  152. def runWith[U](action: (UndefOr[String]) ⇒ U): (Int) ⇒ Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    PartialFunction
  153. def sameElements[B >: A](that: GenIterable[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  154. def sameElements[B >: A](that: GenIterable[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  155. def sameElements[B >: A](that: GenIterable[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  156. def scan[B >: A, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableLike → GenTraversableLike
  157. def scan[B >: A, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  158. def scan[B >: A, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[collection.Iterable[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  159. def scanLeft[B, That](z: B)(op: (B, UndefOr[String]) ⇒ B)(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableLike → GenTraversableLike
  160. def scanRight[B, That](z: B)(op: (UndefOr[String], B) ⇒ B)(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  161. def shift(): UndefOr[String]

    The shift() method removes the first element from an array and returns that element.

    The shift() method removes the first element from an array and returns that element. This method changes the length of the array.

    MDN

    Definition Classes
    Array
  162. def sort(compareFn: Function2[UndefOr[String], UndefOr[String], Int] = ???): Array[UndefOr[String]]

    The sort() method sorts the elements of an array in place and returns the array.

    The sort() method sorts the elements of an array in place and returns the array. The sort is not necessarily stable. The default sort order is lexicographic (not numeric).

    If compareFunction is not supplied, elements are sorted by converting them to strings and comparing strings in lexicographic ("dictionary" or "telephone book," not numerical) order. For example, "80" comes before "9" in lexicographic order, but in a numeric sort 9 comes before 80.

    MDN

    Definition Classes
    Array
  163. def sorted[B >: A](implicit ord: math.Ordering[B]): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike
  164. def sorted[B >: A](implicit ord: math.Ordering[B]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike
  165. def splice(index: Int, deleteCount: Int, items: UndefOr[String]*): Array[UndefOr[String]]

    Removes and adds new elements at a given index in the array.

    Removes and adds new elements at a given index in the array.

    This method first removes deleteCount elements starting from the index index, then inserts the new elements items at that index.

    If index is negative, it is treated as that number of elements starting from the end of the array.

    index

    Index where to start changes

    deleteCount

    Number of elements to delete from index

    items

    Elements to insert at index

    returns

    An array of the elements that were deleted

    Definition Classes
    Array
  166. def sum[B >: A](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  167. def sum[B >: A](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  168. def sum[B >: A](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  169. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  170. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  171. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  172. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  173. def toLocaleString(): String

    Definition Classes
    Object
  174. def toString(): String

    Definition Classes
    AnyRef → Any
  175. def transform(f: (|[String, Unit]) ⇒ |[String, Unit]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike
  176. def trimEnd(n: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike
  177. def trimStart(n: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    BufferLike
  178. def union[B >: A, That](that: GenSeq[B])(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike → GenSeqLike
  179. def union[B >: A, That](that: GenSeq[B])(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike → GenSeqLike
  180. def unshift(items: UndefOr[String]*): Int

    The unshift() method adds one or more elements to the beginning of an array and returns the new length of the array.

    The unshift() method adds one or more elements to the beginning of an array and returns the new length of the array.

    MDN

    Definition Classes
    Array
  181. def update(index: Int, value: UndefOr[String]): Unit

    Set the element at the given index.

    Set the element at the given index.

    Definition Classes
    Array
    Annotations
    @JSBracketAccess()
  182. def updated[B >: A, That](index: Int, elem: B)(implicit bf: CanBuildFrom[Array[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    SeqLike → GenSeqLike
  183. def updated[B >: A, That](index: Int, elem: B)(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    SeqLike → GenSeqLike
  184. def valueOf(): scala.Any

    Definition Classes
    Object
  185. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  186. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  187. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  188. def zip[A1 >: A, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Array[UndefOr[String]], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  189. def zip[A1 >: A, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  190. def zip[A1 >: A, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[collection.Iterable[UndefOr[String]], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  191. def zipAll[B, A1 >: A, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Array[UndefOr[String]], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    IterableLike → GenIterableLike
  192. def zipAll[B, A1 >: A, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  193. def zipAll[B, A1 >: A, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[collection.Iterable[UndefOr[String]], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  194. def zipWithIndex[A1 >: A, That](implicit bf: CanBuildFrom[Array[UndefOr[String]], (A1, Int), That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  195. def zipWithIndex[A1 >: A, That](implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], (A1, Int), That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  196. def zipWithIndex[A1 >: A, That](implicit bf: CanBuildFrom[collection.Iterable[UndefOr[String]], (A1, Int), That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  197. def [B](y: B): (ExecResult, B)

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrowAssoc[ExecResult] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def ++=(xs: collection.TraversableOnce[|[String, Unit]]): ArrayOps[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).++=(xs)
    Definition Classes
    Growable
  2. def ++=(xs: collection.TraversableOnce[|[String, Unit]]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).++=(xs)
    Definition Classes
    Growable
  3. def +=(elem: |[String, Unit]): ArrayOps[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).+=(elem)
    Definition Classes
    ArrayOps → Builder → Growable
    Annotations
    @inline()
  4. def +=(elem1: |[String, Unit], elem2: |[String, Unit], elems: |[String, Unit]*): ArrayOps[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).+=(elem1, elem2, elems)
    Definition Classes
    Growable
  5. def +=(elem: |[String, Unit]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).+=(elem)
    Definition Classes
    WrappedArray → Builder → BufferLike → Growable
    Annotations
    @inline()
  6. def +=(elem1: |[String, Unit], elem2: |[String, Unit], elems: |[String, Unit]*): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).+=(elem1, elem2, elems)
    Definition Classes
    Growable
  7. def /:[B](z: B)(op: (B, UndefOr[String]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]])./:(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  8. def /:[B](z: B)(op: (B, UndefOr[String]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]])./:(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. def /:[B](z: B)(op: (B, UndefOr[String]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]])./:(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. def :\[B](z: B)(op: (UndefOr[String], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).:\(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  11. def :\[B](z: B)(op: (UndefOr[String], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).:\(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  12. def :\[B](z: B)(op: (UndefOr[String], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).:\(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  13. def addString(b: StringBuilder): StringBuilder

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).addString(b)
    Definition Classes
    TraversableOnce
  14. def addString(b: StringBuilder, sep: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).addString(b, sep)
    Definition Classes
    TraversableOnce
  15. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).addString(b, start, sep, end)
    Definition Classes
    TraversableOnce
  16. def addString(b: StringBuilder): StringBuilder

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).addString(b)
    Definition Classes
    TraversableOnce
  17. def addString(b: StringBuilder, sep: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).addString(b, sep)
    Definition Classes
    TraversableOnce
  18. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).addString(b, start, sep, end)
    Definition Classes
    TraversableOnce
  19. def addString(b: StringBuilder): StringBuilder

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).addString(b)
    Definition Classes
    TraversableOnce
  20. def addString(b: StringBuilder, sep: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).addString(b, sep)
    Definition Classes
    TraversableOnce
  21. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).addString(b, start, sep, end)
    Definition Classes
    TraversableOnce
  22. def aggregate[B](z: B)(seqop: (B, UndefOr[String]) ⇒ B, combop: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).aggregate(z)(seqop, combop)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def aggregate[B](z: B)(seqop: (B, UndefOr[String]) ⇒ B, combop: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).aggregate(z)(seqop, combop)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  24. def aggregate[B](z: B)(seqop: (B, UndefOr[String]) ⇒ B, combop: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).aggregate(z)(seqop, combop)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  25. def apply(index: Int): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).apply(index)
    Definition Classes
    ArrayOps → SeqLike → GenSeqLike
    Annotations
    @inline()
  26. def apply(index: Int): B

    Access the element at the given index.

    Access the element at the given index.

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).apply(index)
    Definition Classes
    Array
    Annotations
    @JSBracketAccess()
  27. def apply(index: Int): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).apply(index)
    Definition Classes
    WrappedArray → BufferLike → SeqLike → GenSeqLike → Function1
    Annotations
    @inline()
  28. def canEqual(that: scala.Any): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).canEqual(that)
    Definition Classes
    IterableLike → Equals
  29. def canEqual(that: scala.Any): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).canEqual(that)
    Definition Classes
    IterableLike → Equals
  30. def canEqual(that: scala.Any): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).canEqual(that)
    Definition Classes
    IterableLike → Equals
  31. def clear(): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).clear()
    Definition Classes
    ArrayOps → Builder → Growable → Clearable
    Annotations
    @inline()
  32. def clear(): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).clear()
    Definition Classes
    WrappedArray → Builder → BufferLike → Growable → Clearable
    Annotations
    @inline()
  33. def clone(): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).clone()
    Definition Classes
    BufferLike → Cloneable → AnyRef
  34. def collect[B, That](pf: PartialFunction[UndefOr[String], B])(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).collect(pf)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  35. def collect[B, That](pf: PartialFunction[UndefOr[String], B])(implicit bf: CanBuildFrom[collection.Iterable[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).collect(pf)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  36. def collectFirst[B](pf: PartialFunction[UndefOr[String], B]): Option[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).collectFirst(pf)
    Definition Classes
    TraversableOnce
  37. def collectFirst[B](pf: PartialFunction[UndefOr[String], B]): Option[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).collectFirst(pf)
    Definition Classes
    TraversableOnce
  38. def collectFirst[B](pf: PartialFunction[UndefOr[String], B]): Option[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).collectFirst(pf)
    Definition Classes
    TraversableOnce
  39. def combinations(n: Int): collection.Iterator[Array[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).combinations(n)
    Definition Classes
    SeqLike
  40. def combinations(n: Int): collection.Iterator[WrappedArray[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).combinations(n)
    Definition Classes
    SeqLike
  41. def companion: GenericCompanion[WrappedArray]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).companion
    Definition Classes
    WrappedArray → IndexedSeq → IndexedSeq → Buffer → Seq → Iterable → Traversable → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  42. def companion: GenericCompanion[collection.Iterable]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).companion
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  43. def concat[B >: UndefOr[String]](items: Array[_ <: B]*): Array[B]

    concat creates a new array consisting of the elements in the this object on which it is called, followed in order by, for each argument, the elements of that argument (if the argument is an array) or the argument itself (if the argument is not an array).

    concat creates a new array consisting of the elements in the this object on which it is called, followed in order by, for each argument, the elements of that argument (if the argument is an array) or the argument itself (if the argument is not an array).

    MDN

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).concat(items)
    Definition Classes
    Array
  44. def contains(elem: scala.Any): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).contains(elem)
    Definition Classes
    SeqLike
  45. def contains(elem: scala.Any): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).contains(elem)
    Definition Classes
    SeqLike
  46. def containsSlice[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).containsSlice(that)
    Definition Classes
    SeqLike
  47. def containsSlice[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).containsSlice(that)
    Definition Classes
    SeqLike
  48. def corresponds[B](that: GenSeq[B])(p: (UndefOr[String], B) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).corresponds(that)(p)
    Definition Classes
    SeqLike → GenSeqLike
  49. def corresponds[B](that: GenSeq[B])(p: (UndefOr[String], B) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).corresponds(that)(p)
    Definition Classes
    SeqLike → GenSeqLike
  50. def count(p: (UndefOr[String]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).count(p)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  51. def count(p: (UndefOr[String]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).count(p)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  52. def count(p: (UndefOr[String]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).count(p)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  53. def deep: collection.IndexedSeq[scala.Any]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).deep
    Definition Classes
    ArrayLike
  54. def deep: collection.IndexedSeq[scala.Any]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).deep
    Definition Classes
    ArrayLike
  55. def distinct: Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).distinct
    Definition Classes
    SeqLike → GenSeqLike
  56. def distinct: WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).distinct
    Definition Classes
    SeqLike → GenSeqLike
  57. def drop(n: Int): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).drop(n)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  58. def drop(n: Int): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).drop(n)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  59. def drop(n: Int): collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).drop(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  60. def dropRight(n: Int): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).dropRight(n)
    Definition Classes
    IndexedSeqOptimized → IterableLike
  61. def dropRight(n: Int): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).dropRight(n)
    Definition Classes
    IndexedSeqOptimized → IterableLike
  62. def dropRight(n: Int): collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).dropRight(n)
    Definition Classes
    IterableLike
  63. def dropWhile(p: (UndefOr[String]) ⇒ Boolean): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).dropWhile(p)
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  64. def dropWhile(p: (UndefOr[String]) ⇒ Boolean): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).dropWhile(p)
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  65. def dropWhile(p: (UndefOr[String]) ⇒ Boolean): collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).dropWhile(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  66. def endsWith[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).endsWith(that)
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  67. def endsWith[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).endsWith(that)
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  68. def equals(that: scala.Any): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).equals(that)
    Definition Classes
    GenSeqLike → Equals → Any
  69. def equals(that: scala.Any): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).equals(that)
    Definition Classes
    GenSeqLike → Equals → Any
  70. def exists(p: (UndefOr[String]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).exists(p)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  71. def exists(p: (UndefOr[String]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).exists(p)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  72. def exists(p: (UndefOr[String]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).exists(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  73. def filter(p: (UndefOr[String]) ⇒ Boolean): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  74. def filter(p: (UndefOr[String]) ⇒ Boolean): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  75. def filter(p: (UndefOr[String]) ⇒ Boolean): collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  76. def filterNot(p: (UndefOr[String]) ⇒ Boolean): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).filterNot(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  77. def filterNot(p: (UndefOr[String]) ⇒ Boolean): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).filterNot(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  78. def filterNot(p: (UndefOr[String]) ⇒ Boolean): collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).filterNot(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  79. def find(p: (UndefOr[String]) ⇒ Boolean): Option[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).find(p)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  80. def find(p: (UndefOr[String]) ⇒ Boolean): Option[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).find(p)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  81. def find(p: (UndefOr[String]) ⇒ Boolean): Option[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).find(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  82. def flatMap[B, That](f: (UndefOr[String]) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).flatMap(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  83. def flatMap[B, That](f: (UndefOr[String]) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).flatMap(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  84. def flatten[B](implicit asTraversable: (UndefOr[String]) ⇒ GenTraversableOnce[B]): WrappedArray[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).flatten(asTraversable)
    Definition Classes
    GenericTraversableTemplate
  85. def flatten[B](implicit asTraversable: (UndefOr[String]) ⇒ GenTraversableOnce[B]): collection.Iterable[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).flatten(asTraversable)
    Definition Classes
    GenericTraversableTemplate
  86. def foldLeft[B](z: B)(op: (B, UndefOr[String]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).foldLeft(z)(op)
    Definition Classes
    IndexedSeqOptimized → TraversableOnce → GenTraversableOnce
  87. def foldLeft[B](z: B)(op: (B, UndefOr[String]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).foldLeft(z)(op)
    Definition Classes
    IndexedSeqOptimized → TraversableOnce → GenTraversableOnce
  88. def foldRight[B](z: B)(op: (UndefOr[String], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).foldRight(z)(op)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  89. def foldRight[B](z: B)(op: (UndefOr[String], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).foldRight(z)(op)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  90. def forall(p: (UndefOr[String]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).forall(p)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  91. def forall(p: (UndefOr[String]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).forall(p)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  92. def forall(p: (UndefOr[String]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).forall(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  93. def foreach[U](f: (UndefOr[String]) ⇒ U): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).foreach(f)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  94. def foreach[U](f: (UndefOr[String]) ⇒ U): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).foreach(f)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  95. def genericBuilder[B]: Builder[B, WrappedArray[B]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).genericBuilder
    Definition Classes
    GenericTraversableTemplate
  96. def genericBuilder[B]: Builder[B, collection.Iterable[B]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).genericBuilder
    Definition Classes
    GenericTraversableTemplate
  97. def groupBy[K](f: (UndefOr[String]) ⇒ K): Map[K, Array[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).groupBy(f)
    Definition Classes
    TraversableLike → GenTraversableLike
  98. def groupBy[K](f: (UndefOr[String]) ⇒ K): Map[K, WrappedArray[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).groupBy(f)
    Definition Classes
    TraversableLike → GenTraversableLike
  99. def groupBy[K](f: (UndefOr[String]) ⇒ K): Map[K, collection.Iterable[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).groupBy(f)
    Definition Classes
    TraversableLike → GenTraversableLike
  100. def grouped(size: Int): collection.Iterator[Array[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).grouped(size)
    Definition Classes
    IterableLike
  101. def grouped(size: Int): collection.Iterator[WrappedArray[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).grouped(size)
    Definition Classes
    IterableLike
  102. def grouped(size: Int): collection.Iterator[collection.Iterable[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).grouped(size)
    Definition Classes
    IterableLike
  103. def hasDefiniteSize: Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).hasDefiniteSize
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  104. def hasDefiniteSize: Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).hasDefiniteSize
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  105. def hasDefiniteSize: Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).hasDefiniteSize
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  106. def hasOwnProperty(v: String): Boolean

    Tests whether this object has the specified property as a direct property.

    Tests whether this object has the specified property as a direct property.

    Unlike js.Object.hasProperty, this method does not check down the object's prototype chain.

    MDN

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).hasOwnProperty(v)
    Definition Classes
    Object
  107. def hashCode(): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).hashCode()
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  108. def hashCode(): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).hashCode()
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  109. def head: UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).head
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  110. def head: UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).head
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  111. def head: UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).head
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  112. def headOption: Option[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).headOption
    Definition Classes
    TraversableLike → GenTraversableLike
  113. def headOption: Option[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).headOption
    Definition Classes
    TraversableLike → GenTraversableLike
  114. def headOption: Option[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).headOption
    Definition Classes
    TraversableLike → GenTraversableLike
  115. def indexWhere(p: (UndefOr[String]) ⇒ Boolean, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).indexWhere(p, from)
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  116. def indexWhere(p: (UndefOr[String]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).indexWhere(p)
    Definition Classes
    GenSeqLike
  117. def indexWhere(p: (UndefOr[String]) ⇒ Boolean, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).indexWhere(p, from)
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  118. def indexWhere(p: (UndefOr[String]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).indexWhere(p)
    Definition Classes
    GenSeqLike
  119. def indices: collection.immutable.Range

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).indices
    Definition Classes
    SeqLike
  120. def indices: collection.immutable.Range

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).indices
    Definition Classes
    SeqLike
  121. def init: Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).init
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  122. def init: WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).init
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  123. def init: collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).init
    Definition Classes
    TraversableLike → GenTraversableLike
  124. def inits: collection.Iterator[Array[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).inits
    Definition Classes
    TraversableLike
  125. def inits: collection.Iterator[WrappedArray[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).inits
    Definition Classes
    TraversableLike
  126. def inits: collection.Iterator[collection.Iterable[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).inits
    Definition Classes
    TraversableLike
  127. def isDefinedAt(idx: Int): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).isDefinedAt(idx)
    Definition Classes
    GenSeqLike
  128. def isDefinedAt(idx: Int): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).isDefinedAt(idx)
    Definition Classes
    GenSeqLike
  129. def isEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).isEmpty
    Definition Classes
    IndexedSeqOptimized → SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  130. def isEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).isEmpty
    Definition Classes
    IndexedSeqOptimized → SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  131. def isEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).isEmpty
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  132. def isPrototypeOf(v: Object): Boolean

    Tests whether this object is in the prototype chain of another object.

    Tests whether this object is in the prototype chain of another object.

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).isPrototypeOf(v)
    Definition Classes
    Object
  133. final def isTraversableAgain: Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).isTraversableAgain
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  134. final def isTraversableAgain: Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).isTraversableAgain
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  135. final def isTraversableAgain: Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).isTraversableAgain
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  136. def iterator: collection.Iterator[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).iterator
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  137. def iterator: collection.Iterator[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).iterator
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  138. def iterator: collection.Iterator[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).iterator
    Definition Classes
    IterableOps → IterableLike → GenIterableLike
    Annotations
    @inline()
  139. def join(seperator: String = ","): String

    The join() method joins all elements of an array into a string.

    The join() method joins all elements of an array into a string.

    separator Specifies a string to separate each element of the array. The separator is converted to a string if necessary. If omitted, the array elements are separated with a comma.

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).join(seperator)
    Definition Classes
    Array
  140. def jsIterator(): Iterator[B]

    ECMAScript 6 JavaScript Iterator for this Array.

    ECMAScript 6 JavaScript Iterator for this Array.

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).jsIterator()
    Definition Classes
    ArrayIterable
    Annotations
    @JSName( symbol = js.Symbol.iterator )
  141. def jsSlice(start: Int = 0, end: Int = Int.MaxValue): Array[B]

    The slice() method returns a shallow copy of a portion of an array.

    The slice() method returns a shallow copy of a portion of an array.

    MDN

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).jsSlice(start, end)
    Definition Classes
    Array
    Annotations
    @JSName( name = "slice" )
  142. def last: UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).last
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  143. def last: UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).last
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  144. def last: UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).last
    Definition Classes
    TraversableLike → GenTraversableLike
  145. def lastIndexWhere(p: (UndefOr[String]) ⇒ Boolean, end: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).lastIndexWhere(p, end)
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  146. def lastIndexWhere(p: (UndefOr[String]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).lastIndexWhere(p)
    Definition Classes
    GenSeqLike
  147. def lastIndexWhere(p: (UndefOr[String]) ⇒ Boolean, end: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).lastIndexWhere(p, end)
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  148. def lastIndexWhere(p: (UndefOr[String]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).lastIndexWhere(p)
    Definition Classes
    GenSeqLike
  149. def lastOption: Option[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).lastOption
    Definition Classes
    TraversableLike → GenTraversableLike
  150. def lastOption: Option[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).lastOption
    Definition Classes
    TraversableLike → GenTraversableLike
  151. def lastOption: Option[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).lastOption
    Definition Classes
    TraversableLike → GenTraversableLike
  152. def length: Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).length
    Definition Classes
    ArrayOps → SeqLike → GenSeqLike
    Annotations
    @inline()
  153. def length: Int

    Length of the array.

    Length of the array.

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).length
    Definition Classes
    Array
  154. def length: Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).length
    Definition Classes
    WrappedArray → BufferLike → SeqLike → GenSeqLike
    Annotations
    @inline()
  155. def lengthCompare(len: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).lengthCompare(len)
    Definition Classes
    IndexedSeqOptimized → SeqLike
  156. def lengthCompare(len: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).lengthCompare(len)
    Definition Classes
    IndexedSeqOptimized → SeqLike
  157. def length_=(v: Int): Unit

    Sets the length of the array.

    Sets the length of the array. If the new length is bigger than the old length, created slots are filled with undefined (irrespective of the type argument A!). If the new length is smaller than the old length, the array is shrunk.

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).length_=(v)
    Definition Classes
    Array
  158. def map[B, That](f: (UndefOr[String]) ⇒ B)(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).map(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  159. def map[B, That](f: (UndefOr[String]) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).map(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  160. def maxBy[B](f: (UndefOr[String]) ⇒ B)(implicit cmp: Ordering[B]): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).maxBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  161. def maxBy[B](f: (UndefOr[String]) ⇒ B)(implicit cmp: Ordering[B]): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).maxBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  162. def maxBy[B](f: (UndefOr[String]) ⇒ B)(implicit cmp: Ordering[B]): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).maxBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  163. def minBy[B](f: (UndefOr[String]) ⇒ B)(implicit cmp: Ordering[B]): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).minBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  164. def minBy[B](f: (UndefOr[String]) ⇒ B)(implicit cmp: Ordering[B]): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).minBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  165. def minBy[B](f: (UndefOr[String]) ⇒ B)(implicit cmp: Ordering[B]): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).minBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  166. def mkString: String

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).mkString
    Definition Classes
    TraversableOnce → GenTraversableOnce
  167. def mkString(sep: String): String

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).mkString(sep)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  168. def mkString(start: String, sep: String, end: String): String

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).mkString(start, sep, end)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  169. def mkString: String

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).mkString
    Definition Classes
    TraversableOnce → GenTraversableOnce
  170. def mkString(sep: String): String

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).mkString(sep)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  171. def mkString(start: String, sep: String, end: String): String

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).mkString(start, sep, end)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  172. def mkString: String

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).mkString
    Definition Classes
    TraversableOnce → GenTraversableOnce
  173. def mkString(sep: String): String

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).mkString(sep)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  174. def mkString(start: String, sep: String, end: String): String

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).mkString(start, sep, end)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  175. def nonEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).nonEmpty
    Definition Classes
    TraversableOnce → GenTraversableOnce
  176. def nonEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).nonEmpty
    Definition Classes
    TraversableOnce → GenTraversableOnce
  177. def nonEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).nonEmpty
    Definition Classes
    TraversableOnce → GenTraversableOnce
  178. def par: ParSeq[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).par
    Definition Classes
    Parallelizable
  179. def par: ParSeq[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).par
    Definition Classes
    Parallelizable
  180. def par: ParIterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).par
    Definition Classes
    Parallelizable
  181. def partition(p: (UndefOr[String]) ⇒ Boolean): (Array[UndefOr[String]], Array[UndefOr[String]])

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).partition(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  182. def partition(p: (UndefOr[String]) ⇒ Boolean): (WrappedArray[UndefOr[String]], WrappedArray[UndefOr[String]])

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).partition(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  183. def partition(p: (UndefOr[String]) ⇒ Boolean): (collection.Iterable[UndefOr[String]], collection.Iterable[UndefOr[String]])

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).partition(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  184. def permutations: collection.Iterator[Array[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).permutations
    Definition Classes
    SeqLike
  185. def permutations: collection.Iterator[WrappedArray[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).permutations
    Definition Classes
    SeqLike
  186. def pop(): B

    The pop() method removes the last element from an array and returns that element.

    The pop() method removes the last element from an array and returns that element.

    MDN

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).pop()
    Definition Classes
    Array
  187. def prefixLength(p: (UndefOr[String]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).prefixLength(p)
    Definition Classes
    GenSeqLike
  188. def prefixLength(p: (UndefOr[String]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).prefixLength(p)
    Definition Classes
    GenSeqLike
  189. def propertyIsEnumerable(v: String): Boolean

    Tests whether the specified property in an object can be enumerated by a call to js.Object.properties, with the exception of properties inherited through the prototype chain.

    Tests whether the specified property in an object can be enumerated by a call to js.Object.properties, with the exception of properties inherited through the prototype chain.

    If the object does not have the specified property, this method returns false.

    MDN

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).propertyIsEnumerable(v)
    Definition Classes
    Object
  190. def push(items: B*): Int

    The push() method mutates an array by appending the given elements and returning the new length of the array.

    The push() method mutates an array by appending the given elements and returning the new length of the array.

    MDN

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).push(items)
    Definition Classes
    Array
  191. def repr: Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).repr
    Definition Classes
    ArrayOps → TraversableLike → GenTraversableLike
  192. def repr: WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).repr
    Definition Classes
    TraversableLike → GenTraversableLike
  193. def repr: collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).repr
    Definition Classes
    TraversableLike → GenTraversableLike
  194. def result(): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).result()
    Definition Classes
    ArrayOps → Builder
    Annotations
    @inline()
  195. def result(): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).result()
    Definition Classes
    WrappedArray → Builder
    Annotations
    @inline()
  196. def reverse: Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).reverse
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  197. def reverse: WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).reverse
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  198. def reverseInPlace(): Array[B]

    The reverse() method reverses an array in place.

    The reverse() method reverses an array in place. The first array element becomes the last and the last becomes the first.

    MDN

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).reverseInPlace()
    Definition Classes
    Array
    Annotations
    @JSName( name = "reverse" )
  199. def reverseIterator: collection.Iterator[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).reverseIterator
    Definition Classes
    IndexedSeqOptimized → SeqLike
  200. def reverseIterator: collection.Iterator[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).reverseIterator
    Definition Classes
    IndexedSeqOptimized → SeqLike
  201. def scanLeft[B, That](z: B)(op: (B, UndefOr[String]) ⇒ B)(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).scanLeft(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  202. def scanLeft[B, That](z: B)(op: (B, UndefOr[String]) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).scanLeft(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  203. def scanRight[B, That](z: B)(op: (UndefOr[String], B) ⇒ B)(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).scanRight(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  204. def scanRight[B, That](z: B)(op: (UndefOr[String], B) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).scanRight(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  205. def segmentLength(p: (UndefOr[String]) ⇒ Boolean, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).segmentLength(p, from)
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  206. def segmentLength(p: (UndefOr[String]) ⇒ Boolean, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).segmentLength(p, from)
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  207. val self: scala.Any

    Implicit information
    This member is added by an implicit conversion from ExecResult to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: StringAdd).self
    Definition Classes
    StringAdd
  208. val self: scala.Any

    Implicit information
    This member is added by an implicit conversion from ExecResult to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: StringFormat).self
    Definition Classes
    StringFormat
  209. def seq: IndexedSeq[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).seq
    Definition Classes
    ArrayOps → IndexedSeqLike → GenSeqLike → Parallelizable → TraversableOnce → GenTraversableOnce
  210. def seq: collection.mutable.IndexedSeq[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).seq
    Definition Classes
    IndexedSeq → IndexedSeq → IndexedSeqLike → Seq → Seq → GenSeq → GenSeqLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  211. def seq: collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).seq
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  212. def shift(): B

    The shift() method removes the first element from an array and returns that element.

    The shift() method removes the first element from an array and returns that element. This method changes the length of the array.

    MDN

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).shift()
    Definition Classes
    Array
  213. def size: Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).size
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  214. def size: Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).size
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  215. def size: Int

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).size
    Definition Classes
    TraversableOnce → GenTraversableOnce
  216. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).sizeHint(coll, delta)
    Definition Classes
    Builder
  217. def sizeHint(coll: TraversableLike[_, _]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).sizeHint(coll)
    Definition Classes
    Builder
  218. def sizeHint(size: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).sizeHint(size)
    Definition Classes
    Builder
  219. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).sizeHint(coll, delta)
    Definition Classes
    Builder
  220. def sizeHint(coll: TraversableLike[_, _]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).sizeHint(coll)
    Definition Classes
    Builder
  221. def sizeHint(size: Int): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).sizeHint(size)
    Definition Classes
    Builder
  222. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).sizeHintBounded(size, boundingColl)
    Definition Classes
    Builder
  223. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).sizeHintBounded(size, boundingColl)
    Definition Classes
    Builder
  224. def slice(from: Int, until: Int): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).slice(from, until)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  225. def slice(from: Int, until: Int): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).slice(from, until)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  226. def slice(from: Int, until: Int): collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).slice(from, until)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  227. def sliding(size: Int, step: Int): collection.Iterator[Array[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).sliding(size, step)
    Definition Classes
    IterableLike
  228. def sliding(size: Int): collection.Iterator[Array[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).sliding(size)
    Definition Classes
    IterableLike
  229. def sliding(size: Int, step: Int): collection.Iterator[WrappedArray[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).sliding(size, step)
    Definition Classes
    IterableLike
  230. def sliding(size: Int): collection.Iterator[WrappedArray[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).sliding(size)
    Definition Classes
    IterableLike
  231. def sliding(size: Int, step: Int): collection.Iterator[collection.Iterable[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).sliding(size, step)
    Definition Classes
    IterableLike
  232. def sliding(size: Int): collection.Iterator[collection.Iterable[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).sliding(size)
    Definition Classes
    IterableLike
  233. def sort(compareFn: Function2[B, B, Int] = ???): Array[B]

    The sort() method sorts the elements of an array in place and returns the array.

    The sort() method sorts the elements of an array in place and returns the array. The sort is not necessarily stable. The default sort order is lexicographic (not numeric).

    If compareFunction is not supplied, elements are sorted by converting them to strings and comparing strings in lexicographic ("dictionary" or "telephone book," not numerical) order. For example, "80" comes before "9" in lexicographic order, but in a numeric sort 9 comes before 80.

    MDN

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).sort(compareFn)
    Definition Classes
    Array
  234. def sortBy[B](f: (UndefOr[String]) ⇒ B)(implicit ord: math.Ordering[B]): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).sortBy(f)(ord)
    Definition Classes
    SeqLike
  235. def sortBy[B](f: (UndefOr[String]) ⇒ B)(implicit ord: math.Ordering[B]): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).sortBy(f)(ord)
    Definition Classes
    SeqLike
  236. def sortWith(lt: (UndefOr[String], UndefOr[String]) ⇒ Boolean): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).sortWith(lt)
    Definition Classes
    SeqLike
  237. def sortWith(lt: (UndefOr[String], UndefOr[String]) ⇒ Boolean): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).sortWith(lt)
    Definition Classes
    SeqLike
  238. def span(p: (UndefOr[String]) ⇒ Boolean): (Array[UndefOr[String]], Array[UndefOr[String]])

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).span(p)
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  239. def span(p: (UndefOr[String]) ⇒ Boolean): (WrappedArray[UndefOr[String]], WrappedArray[UndefOr[String]])

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).span(p)
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  240. def span(p: (UndefOr[String]) ⇒ Boolean): (collection.Iterable[UndefOr[String]], collection.Iterable[UndefOr[String]])

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).span(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  241. def splice(index: Int, deleteCount: Int, items: B*): Array[B]

    Removes and adds new elements at a given index in the array.

    Removes and adds new elements at a given index in the array.

    This method first removes deleteCount elements starting from the index index, then inserts the new elements items at that index.

    If index is negative, it is treated as that number of elements starting from the end of the array.

    index

    Index where to start changes

    deleteCount

    Number of elements to delete from index

    items

    Elements to insert at index

    returns

    An array of the elements that were deleted

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).splice(index, deleteCount, items)
    Definition Classes
    Array
  242. def splitAt(n: Int): (Array[UndefOr[String]], Array[UndefOr[String]])

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).splitAt(n)
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  243. def splitAt(n: Int): (WrappedArray[UndefOr[String]], WrappedArray[UndefOr[String]])

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).splitAt(n)
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  244. def splitAt(n: Int): (collection.Iterable[UndefOr[String]], collection.Iterable[UndefOr[String]])

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).splitAt(n)
    Definition Classes
    TraversableLike → GenTraversableLike
  245. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).startsWith(that, offset)
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  246. def startsWith[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).startsWith(that)
    Definition Classes
    GenSeqLike
  247. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).startsWith(that, offset)
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  248. def startsWith[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).startsWith(that)
    Definition Classes
    GenSeqLike
  249. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).stringPrefix
    Definition Classes
    TraversableLike → GenTraversableLike
  250. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).stringPrefix
    Definition Classes
    WrappedArray → BufferLike → TraversableLike → GenTraversableLike
    Annotations
    @inline()
  251. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).stringPrefix
    Definition Classes
    TraversableLike → GenTraversableLike
  252. def tail: Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).tail
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  253. def tail: WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).tail
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  254. def tail: collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).tail
    Definition Classes
    TraversableLike → GenTraversableLike
  255. def tails: collection.Iterator[Array[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).tails
    Definition Classes
    TraversableLike
  256. def tails: collection.Iterator[WrappedArray[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).tails
    Definition Classes
    TraversableLike
  257. def tails: collection.Iterator[collection.Iterable[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).tails
    Definition Classes
    TraversableLike
  258. def take(n: Int): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).take(n)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  259. def take(n: Int): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).take(n)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  260. def take(n: Int): collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).take(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  261. def takeRight(n: Int): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).takeRight(n)
    Definition Classes
    IndexedSeqOptimized → IterableLike
  262. def takeRight(n: Int): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).takeRight(n)
    Definition Classes
    IndexedSeqOptimized → IterableLike
  263. def takeRight(n: Int): collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).takeRight(n)
    Definition Classes
    IterableLike
  264. def takeWhile(p: (UndefOr[String]) ⇒ Boolean): Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).takeWhile(p)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  265. def takeWhile(p: (UndefOr[String]) ⇒ Boolean): WrappedArray[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).takeWhile(p)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  266. def takeWhile(p: (UndefOr[String]) ⇒ Boolean): collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).takeWhile(p)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  267. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, UndefOr[String], Col[UndefOr[String]]]): Col[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).to(cbf)
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  268. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, UndefOr[String], Col[UndefOr[String]]]): Col[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).to(cbf)
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  269. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, UndefOr[String], Col[UndefOr[String]]]): Col[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).to(cbf)
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  270. def toBuffer[A1 >: A]: Buffer[A1]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).toBuffer
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  271. def toBuffer[A1 >: A]: Buffer[A1]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).toBuffer
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  272. def toBuffer[B >: A]: Buffer[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).toBuffer
    Definition Classes
    TraversableOnce → GenTraversableOnce
  273. def toIndexedSeq: collection.immutable.IndexedSeq[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).toIndexedSeq
    Definition Classes
    TraversableOnce → GenTraversableOnce
  274. def toIndexedSeq: collection.immutable.IndexedSeq[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).toIndexedSeq
    Definition Classes
    TraversableOnce → GenTraversableOnce
  275. def toIndexedSeq: collection.immutable.IndexedSeq[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).toIndexedSeq
    Definition Classes
    TraversableOnce → GenTraversableOnce
  276. def toIterable: collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).toIterable
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  277. def toIterable: collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).toIterable
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  278. def toIterable: collection.Iterable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).toIterable
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  279. def toIterator: collection.Iterator[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).toIterator
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  280. def toIterator: collection.Iterator[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).toIterator
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  281. def toIterator: collection.Iterator[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).toIterator
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  282. def toList: List[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).toList
    Definition Classes
    TraversableOnce → GenTraversableOnce
  283. def toList: List[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).toList
    Definition Classes
    TraversableOnce → GenTraversableOnce
  284. def toList: List[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).toList
    Definition Classes
    TraversableOnce → GenTraversableOnce
  285. def toLocaleString(): String

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).toLocaleString()
    Definition Classes
    Object
  286. def toMap[T, U](implicit ev: <:<[UndefOr[String], (T, U)]): Map[T, U]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).toMap(ev)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  287. def toMap[T, U](implicit ev: <:<[UndefOr[String], (T, U)]): Map[T, U]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).toMap(ev)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  288. def toMap[T, U](implicit ev: <:<[UndefOr[String], (T, U)]): Map[T, U]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).toMap(ev)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  289. def toSeq: collection.Seq[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).toSeq
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  290. def toSeq: collection.Seq[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).toSeq
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  291. def toSeq: collection.Seq[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).toSeq
    Definition Classes
    TraversableOnce → GenTraversableOnce
  292. def toSet[B >: A]: Set[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).toSet
    Definition Classes
    TraversableOnce → GenTraversableOnce
  293. def toSet[B >: A]: Set[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).toSet
    Definition Classes
    TraversableOnce → GenTraversableOnce
  294. def toSet[B >: A]: Set[B]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).toSet
    Definition Classes
    TraversableOnce → GenTraversableOnce
  295. def toStream: collection.immutable.Stream[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).toStream
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  296. def toStream: collection.immutable.Stream[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).toStream
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  297. def toStream: collection.immutable.Stream[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).toStream
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  298. def toString(): String

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).toString()
    Definition Classes
    SeqLike → TraversableLike → Any
  299. def toString(): String

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).toString()
    Definition Classes
    SeqLike → TraversableLike → Any
  300. def toString(): String

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).toString()
    Definition Classes
    TraversableLike → Any
  301. def toTraversable: collection.Traversable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).toTraversable
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  302. def toTraversable: collection.Traversable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).toTraversable
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  303. def toTraversable: collection.Traversable[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).toTraversable
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  304. def toVector: Vector[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).toVector
    Definition Classes
    TraversableOnce → GenTraversableOnce
  305. def toVector: Vector[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).toVector
    Definition Classes
    TraversableOnce → GenTraversableOnce
  306. def toVector: Vector[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).toVector
    Definition Classes
    TraversableOnce → GenTraversableOnce
  307. def transpose[B](implicit asTraversable: (UndefOr[String]) ⇒ GenTraversableOnce[B]): WrappedArray[WrappedArray[B]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).transpose(asTraversable)
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  308. def transpose[B](implicit asTraversable: (UndefOr[String]) ⇒ GenTraversableOnce[B]): collection.Iterable[collection.Iterable[B]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).transpose(asTraversable)
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  309. def unshift(items: B*): Int

    The unshift() method adds one or more elements to the beginning of an array and returns the new length of the array.

    The unshift() method adds one or more elements to the beginning of an array and returns the new length of the array.

    MDN

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).unshift(items)
    Definition Classes
    Array
  310. def unzip[A1, A2](implicit asPair: (UndefOr[String]) ⇒ (A1, A2)): (WrappedArray[A1], WrappedArray[A2])

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).unzip(asPair)
    Definition Classes
    GenericTraversableTemplate
  311. def unzip[A1, A2](implicit asPair: (UndefOr[String]) ⇒ (A1, A2)): (collection.Iterable[A1], collection.Iterable[A2])

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).unzip(asPair)
    Definition Classes
    GenericTraversableTemplate
  312. def unzip3[A1, A2, A3](implicit asTriple: (UndefOr[String]) ⇒ (A1, A2, A3)): (WrappedArray[A1], WrappedArray[A2], WrappedArray[A3])

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).unzip3(asTriple)
    Definition Classes
    GenericTraversableTemplate
  313. def unzip3[A1, A2, A3](implicit asTriple: (UndefOr[String]) ⇒ (A1, A2, A3)): (collection.Iterable[A1], collection.Iterable[A2], collection.Iterable[A3])

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).unzip3(asTriple)
    Definition Classes
    GenericTraversableTemplate
  314. def update(index: Int, element: UndefOr[String]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).update(index, element)
    Definition Classes
    ArrayOps → IndexedSeqLike
    Annotations
    @inline()
  315. def update(index: Int, value: B): Unit

    Set the element at the given index.

    Set the element at the given index.

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).update(index, value)
    Definition Classes
    Array
    Annotations
    @JSBracketAccess()
  316. def update(index: Int, elem: UndefOr[String]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).update(index, elem)
    Definition Classes
    WrappedArray → IndexedSeqLike → BufferLike → SeqLike
    Annotations
    @inline()
  317. def valueOf(): scala.Any

    Implicit information
    This member is added by an implicit conversion from ExecResult to Array[B] performed by method fromTypeConstructor in scala.scalajs.js.|. This conversion will take place only if an implicit value of type Evidence[Array[UndefOr[String]], Array[B]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: Array[B]).valueOf()
    Definition Classes
    Object
  318. def view(from: Int, until: Int): IndexedSeqView[UndefOr[String], Array[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).view(from, until)
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  319. def view: IndexedSeqView[UndefOr[String], Array[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).view
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  320. def view(from: Int, until: Int): IndexedSeqView[UndefOr[String], WrappedArray[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).view(from, until)
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  321. def view: IndexedSeqView[UndefOr[String], WrappedArray[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).view
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  322. def view(from: Int, until: Int): IterableView[UndefOr[String], collection.Iterable[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).view(from, until)
    Definition Classes
    IterableLike → TraversableLike
  323. def view: IterableView[UndefOr[String], collection.Iterable[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).view
    Definition Classes
    IterableLike → TraversableLike
  324. def withFilter(p: (UndefOr[String]) ⇒ Boolean): FilterMonadic[UndefOr[String], Array[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).withFilter(p)
    Definition Classes
    TraversableLike → FilterMonadic
  325. def withFilter(p: (UndefOr[String]) ⇒ Boolean): FilterMonadic[UndefOr[String], WrappedArray[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).withFilter(p)
    Definition Classes
    TraversableLike → FilterMonadic
  326. def withFilter(p: (UndefOr[String]) ⇒ Boolean): FilterMonadic[UndefOr[String], collection.Iterable[UndefOr[String]]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: IterableOps[UndefOr[String]]).withFilter(p)
    Definition Classes
    TraversableLike → FilterMonadic

Deprecated Value Members

  1. def /:\[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrayOps[UndefOr[String]] performed by method jsArrayOps in scala.scalajs.js.Any.
    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def /:\[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  3. def /:\[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from ExecResult to IterableOps[UndefOr[String]] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  4. def x: ExecResult

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrowAssoc[ExecResult] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: ArrowAssoc[ExecResult]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  5. def x: ExecResult

    Implicit information
    This member is added by an implicit conversion from ExecResult to Ensuring[ExecResult] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (execResult: Ensuring[ExecResult]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Array[UndefOr[String]]

Inherited from Iterable[UndefOr[String]]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion from from ExecResult to |[B1, B2]

Inherited by implicit conversion jsArrayOps from ExecResult to ArrayOps[UndefOr[String]]

Inherited by implicit conversion fromTypeConstructor from ExecResult to Array[B]

Inherited by implicit conversion wrapArray from ExecResult to WrappedArray[UndefOr[String]]

Inherited by implicit conversion iterableOps from ExecResult to IterableOps[UndefOr[String]]

Inherited by implicit conversion any2stringadd from ExecResult to StringAdd

Inherited by implicit conversion any2stringfmt from ExecResult to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ExecResult to ArrowAssoc[ExecResult]

Inherited by implicit conversion any2Ensuring from ExecResult to Ensuring[ExecResult]

Ungrouped