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. Object
  4. Any
  5. AnyRef
  6. Any
Implicitly
  1. by jsArrayOps
  2. by wrapArray
  3. by any2undefOrA
  4. by any2stringadd
  5. by any2stringfmt
  6. by any2ArrowAssoc
  7. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def +(other: Predef.String): java.lang.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: 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
  10. 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
  11. 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
  12. 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
  13. def ++=:(xs: collection.TraversableOnce[UndefOr[java.lang.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
    WrappedArray → BufferLike
    Annotations
    @inline()
  14. 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
  15. 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
  16. def +=:(elem: UndefOr[java.lang.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
    WrappedArray → BufferLike
    Annotations
    @inline()
  17. 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.

  18. 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.

  19. 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.

  20. def --=(xs: collection.TraversableOnce[UndefOr[java.lang.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
    Shrinkable
  21. def -=(x: UndefOr[java.lang.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 → Shrinkable
  22. def -=(elem1: UndefOr[java.lang.String], elem2: UndefOr[java.lang.String], elems: UndefOr[java.lang.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
    Shrinkable
  23. 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()
  24. 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
  25. 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
  26. 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
  27. final def ==(arg0: AnyRef): scala.Boolean

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

    Definition Classes
    Any
  29. 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
  30. 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
  31. 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
  32. 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()
  33. 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
  34. 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
  35. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  36. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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
  38. 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.
    Definition Classes
    TraversableLike → GenTraversableLike
  39. 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.
    Definition Classes
    WrappedArray → IndexedSeq → IndexedSeq → Buffer → Seq → Iterable → Traversable → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  40. 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()
  41. 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
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. 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
  49. 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
  50. 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
  51. 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
  52. def ensuring(cond: (ExecResult) ⇒ scala.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
  53. def ensuring(cond: (ExecResult) ⇒ scala.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
  54. def ensuring(cond: scala.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
  55. def ensuring(cond: scala.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
  56. final def eq(arg0: AnyRef): scala.Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  59. 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
  60. 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.
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  61. 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.
    Definition Classes
    GenericTraversableTemplate
  62. 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
  63. 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
  64. def formatted(fmtstr: Predef.String): Predef.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()
  65. 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.
    Definition Classes
    GenericTraversableTemplate
  66. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  67. 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
  68. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  69. var index: Int

  70. 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
  71. 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
  72. 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
  73. 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
  74. 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
  75. 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
  76. 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
  77. 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
  78. var input: String

  79. 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
  80. 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()
  81. 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
  82. 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
  83. final def isInstanceOf[T0]: scala.Boolean

    Definition Classes
    Any
  84. 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
  85. 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
  86. 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" )
  87. 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
  88. 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
  89. 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
  90. 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
  91. 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
  92. 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
  93. 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
  94. 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
  95. def length: Int

    Length of the array.

    Length of the array.

    Definition Classes
    Array
  96. 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
  97. 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
  98. 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
  99. 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.
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  100. 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
  101. 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
  102. 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
  103. 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
  104. 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
  105. 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
  106. final def ne(arg0: AnyRef): scala.Boolean

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

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

    Definition Classes
    AnyRef
  109. 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
  110. 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
  111. 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
  112. 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
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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
  119. 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
  120. 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
  121. 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
  122. 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
  123. 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
  124. 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
  125. 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
  126. 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
  127. 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
  128. 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
  129. 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
  130. 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
  131. 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
  132. 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
  133. 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
  134. 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()
  135. 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()
  136. 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" )
  137. 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
  138. 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
  139. def runWith[U](action: (UndefOr[String]) ⇒ U): (Int) ⇒ scala.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
  140. def sameElements[B >: A](that: GenIterable[B]): scala.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
  141. def sameElements[B >: A](that: GenIterable[B]): scala.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
  142. 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
  143. 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
  144. 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
  145. 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.
    Definition Classes
    TraversableLike → GenTraversableLike
  146. 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.

  147. 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.
    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.

  148. 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
  149. 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
  150. 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
  151. 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
  152. 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
  153. 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
  154. 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
  155. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  156. 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
  157. 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
  158. def toLocaleString(): String

    Definition Classes
    Object
  159. def toString(): java.lang.String

    Definition Classes
    AnyRef → Any
  160. def transform(f: (UndefOr[java.lang.String]) ⇒ UndefOr[java.lang.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
    SeqLike
  161. 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.
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  162. 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
  163. 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
  164. 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
  165. 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
  166. 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
  167. 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.
    Definition Classes
    GenericTraversableTemplate
  168. 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.
    Definition Classes
    GenericTraversableTemplate
  169. 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()
  170. 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
  171. 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
  172. def valueOf(): scala.Any

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  176. 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
  177. 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
  178. 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
  179. 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
  180. 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
  181. 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
  182. 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[UndefOr[java.lang.String]]): 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[UndefOr[java.lang.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]]).++=(xs)
    Definition Classes
    Growable
  3. def +=(elem: UndefOr[java.lang.String]): 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: UndefOr[java.lang.String], elem2: UndefOr[java.lang.String], elems: UndefOr[java.lang.String]*): 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: UndefOr[java.lang.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]]).+=(elem)
    Definition Classes
    WrappedArray → Builder → BufferLike → Growable
    Annotations
    @inline()
  6. def +=(elem1: UndefOr[java.lang.String], elem2: UndefOr[java.lang.String], elems: UndefOr[java.lang.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]]).+=(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: (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
  10. 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
  11. 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
  12. def addString(b: StringBuilder, sep: Predef.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
  13. def addString(b: StringBuilder, start: Predef.String, sep: Predef.String, end: Predef.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
  14. 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
  15. def addString(b: StringBuilder, sep: Predef.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
  16. def addString(b: StringBuilder, start: Predef.String, sep: Predef.String, end: Predef.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
  17. 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
  18. 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
  19. 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()
  20. 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()
  21. def canEqual(that: scala.Any): scala.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
  22. def canEqual(that: scala.Any): scala.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
  23. 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()
  24. 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()
  25. 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
  26. 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
  27. 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
  28. 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
  29. 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
  30. def contains(elem: scala.Any): scala.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
  31. def contains(elem: scala.Any): scala.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
  32. def containsSlice[B](that: GenSeq[B]): scala.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
  33. def containsSlice[B](that: GenSeq[B]): scala.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
  34. def corresponds[B](that: GenSeq[B])(p: (UndefOr[String], B) ⇒ scala.Boolean): scala.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
  35. def corresponds[B](that: GenSeq[B])(p: (UndefOr[String], B) ⇒ scala.Boolean): scala.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
  36. def count(p: (UndefOr[String]) ⇒ scala.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
  37. def count(p: (UndefOr[String]) ⇒ scala.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
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. 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
  46. def dropWhile(p: (UndefOr[String]) ⇒ scala.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
  47. def dropWhile(p: (UndefOr[String]) ⇒ scala.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
  48. def endsWith[B](that: GenSeq[B]): scala.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
  49. def endsWith[B](that: GenSeq[B]): scala.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
  50. def equals(that: scala.Any): scala.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
  51. def equals(that: scala.Any): scala.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
  52. def exists(p: (UndefOr[String]) ⇒ scala.Boolean): scala.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
  53. def exists(p: (UndefOr[String]) ⇒ scala.Boolean): scala.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
  54. def filter(p: (UndefOr[String]) ⇒ scala.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
  55. def filter(p: (UndefOr[String]) ⇒ scala.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
  56. def filterNot(p: (UndefOr[String]) ⇒ scala.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
  57. def filterNot(p: (UndefOr[String]) ⇒ scala.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
  58. def find(p: (UndefOr[String]) ⇒ scala.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
  59. def find(p: (UndefOr[String]) ⇒ scala.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
  60. 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
  61. 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
  62. 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
  63. 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
  64. def forall(p: (UndefOr[String]) ⇒ scala.Boolean): scala.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
  65. def forall(p: (UndefOr[String]) ⇒ scala.Boolean): scala.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
  66. 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
  67. 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
  68. 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
  69. 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
  70. 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
  71. 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
  72. def hasDefiniteSize: scala.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
  73. def hasDefiniteSize: scala.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
  74. 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
  75. 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
  76. 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
  77. 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
  78. 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
  79. 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
  80. def indexWhere(p: (UndefOr[String]) ⇒ scala.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
  81. def indexWhere(p: (UndefOr[String]) ⇒ scala.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
  82. def indexWhere(p: (UndefOr[String]) ⇒ scala.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
  83. def indexWhere(p: (UndefOr[String]) ⇒ scala.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
  84. 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
  85. 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
  86. 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
  87. 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
  88. 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
  89. 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
  90. def isDefinedAt(idx: Int): scala.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
  91. def isDefinedAt(idx: Int): scala.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
  92. def isEmpty: scala.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
  93. def isEmpty: scala.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
  94. final def isTraversableAgain: scala.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
  95. final def isTraversableAgain: scala.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
  96. 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
  97. 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
  98. 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
  99. 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
  100. def lastIndexWhere(p: (UndefOr[String]) ⇒ scala.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
  101. def lastIndexWhere(p: (UndefOr[String]) ⇒ scala.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
  102. def lastIndexWhere(p: (UndefOr[String]) ⇒ scala.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
  103. def lastIndexWhere(p: (UndefOr[String]) ⇒ scala.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
  104. 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
  105. 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
  106. 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()
  107. 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()
  108. 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
  109. 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
  110. 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
  111. 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
  112. 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
  113. 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
  114. def mkString: Predef.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
  115. def mkString(sep: Predef.String): Predef.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
  116. def mkString(start: Predef.String, sep: Predef.String, end: Predef.String): Predef.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
  117. def mkString: Predef.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
  118. def mkString(sep: Predef.String): Predef.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
  119. def mkString(start: Predef.String, sep: Predef.String, end: Predef.String): Predef.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
  120. def nonEmpty: scala.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
  121. def nonEmpty: scala.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
  122. 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
  123. 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
  124. def partition(p: (UndefOr[String]) ⇒ scala.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
  125. def partition(p: (UndefOr[String]) ⇒ scala.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
  126. 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
  127. 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
  128. def prefixLength(p: (UndefOr[String]) ⇒ scala.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
  129. def prefixLength(p: (UndefOr[String]) ⇒ scala.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
  130. 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
  131. 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
  132. 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()
  133. 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()
  134. 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
  135. 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
  136. 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
  137. 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
  138. def segmentLength(p: (UndefOr[String]) ⇒ scala.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
  139. def segmentLength(p: (UndefOr[String]) ⇒ scala.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
  140. 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
  141. 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
  142. 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
  143. 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
  144. 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
  145. 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
  146. 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
  147. 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
  148. 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
  149. 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
  150. 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
  151. 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
  152. 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
  153. 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
  154. 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
  155. 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
  156. 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
  157. 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
  158. 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
  159. 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
  160. 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
  161. 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
  162. def sortWith(lt: (UndefOr[String], UndefOr[String]) ⇒ scala.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
  163. def sortWith(lt: (UndefOr[String], UndefOr[String]) ⇒ scala.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
  164. def span(p: (UndefOr[String]) ⇒ scala.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
  165. def span(p: (UndefOr[String]) ⇒ scala.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
  166. 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
  167. 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
  168. def startsWith[B](that: GenSeq[B], offset: Int): scala.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
  169. def startsWith[B](that: GenSeq[B]): scala.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
  170. def startsWith[B](that: GenSeq[B], offset: Int): scala.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
  171. def startsWith[B](that: GenSeq[B]): scala.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
  172. def stringPrefix: Predef.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
  173. 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()
  174. 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
  175. 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
  176. 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
  177. 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
  178. 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
  179. 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
  180. 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
  181. 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
  182. def takeWhile(p: (UndefOr[String]) ⇒ scala.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
  183. def takeWhile(p: (UndefOr[String]) ⇒ scala.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
  184. 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
  185. 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
  186. 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
  187. 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
  188. 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
  189. 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
  190. 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
  191. 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
  192. 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
  193. 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
  194. 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
  195. 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
  196. 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
  197. 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
  198. 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
  199. 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
  200. 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
  201. 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
  202. 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
  203. 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
  204. def toString(): Predef.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
  205. def toString(): Predef.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
  206. 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
  207. 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
  208. 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
  209. 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
  210. 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()
  211. 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()
  212. 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
  213. 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
  214. 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
  215. 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
  216. def withFilter(p: (UndefOr[String]) ⇒ scala.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
  217. def withFilter(p: (UndefOr[String]) ⇒ scala.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

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 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

  4. 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 Object

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

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

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

Inherited by implicit conversion any2undefOrA from ExecResult to UndefOr[ExecResult]

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