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 toArray
  2. by any2undefOrA
  3. by jsArrayOps
  4. by wrapArray
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Implicit information
    This member is added by an implicit conversion from ExecResult to any2stringadd[ExecResult] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. def ->[B](y: B): (ExecResult, B)

    Implicit information
    This member is added by an implicit conversion from ExecResult to ArrowAssoc[ExecResult] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  13. 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
  14. 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
  15. final def ==(arg0: scala.Any): scala.Boolean

    Definition Classes
    AnyRef → Any
  16. 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
  17. 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()
  18. 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
  19. 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
  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. 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
  23. 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
  24. def companion: GenericCompanion[collection.mutable.IndexedSeq]

    Implicit 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
    IndexedSeq → IndexedSeq → Seq → Seq → GenSeq → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  25. 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()
  26. def concat(item: UndefOr[String], items: UndefOr[String]*): Array[UndefOr[String]]

    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
  27. def concat(items: Array[UndefOr[String]]*): Array[UndefOr[String]]

    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
  28. def contains[A1 >: A](elem: A1): 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
    SeqLike
  29. def contains[A1 >: A](elem: A1): 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
    SeqLike
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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 Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. 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 Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. 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 Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. def ensuring(cond: scala.Boolean): ExecResult

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

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

    Definition Classes
    AnyRef → Any
  46. def every(callbackfn: Function3[UndefOr[String], Int, Array[UndefOr[String]], Boolean]): Boolean

    Definition Classes
    Array
  47. def every[T](callbackfn: ThisFunction3[T, UndefOr[String], Int, Array[UndefOr[String]], Boolean], thisArg: T): Boolean

    The every method executes the provided callback function once for each element present in the array until it finds one where callback returns a falsy value (a value that becomes false when converted to a Boolean).

    The every method executes the provided callback function once for each element present in the array until it finds one where callback returns a falsy value (a value that becomes false when converted to a Boolean). If such an element is found, the every method immediately returns false. Otherwise, if callback returned a true value for all elements, every will return true. callback is invoked only for indexes of the array which have assigned values; it is not invoked for indexes which have been deleted or which have never been assigned values.

    callback is invoked with three arguments:

    - the value of the element - the index of the element - and the Array object being traversed.

    If a thisObject parameter is provided to every, it will be used as the this for each invocation of the callback. If it is not provided, or is null, the global object associated with callback is used instead.

    every does not mutate the array on which it is called.

    every acts like the "for all" quantifier in mathematics. In particular, for an empty array, it returns true. (It is vacuously true that all elements of the empty set satisfy any given condition.)

    MDN

    Definition Classes
    Array
  48. def filter(callbackfn: Function1[UndefOr[String], Boolean]): Array[UndefOr[String]]

    Definition Classes
    Array
  49. def filter(callbackfn: Function2[UndefOr[String], Int, Boolean]): Array[UndefOr[String]]

    Definition Classes
    Array
  50. def filter(callbackfn: Function3[UndefOr[String], Int, Array[UndefOr[String]], Boolean]): Array[UndefOr[String]]

    Definition Classes
    Array
  51. def filter[T](callbackfn: ThisFunction3[T, UndefOr[String], Int, Array[UndefOr[String]], Boolean], thisArg: T): Array[UndefOr[String]]

    filter calls a provided callback function once for each element in an array, and constructs a new array of all the values for which callback returns a true value.

    filter calls a provided callback function once for each element in an array, and constructs a new array of all the values for which callback returns a true value. callback is invoked only for indexes of the array which have assigned values; it is not invoked for indexes which have been deleted or which have never been assigned values. Array elements which do not pass the callback test are simply skipped, and are not included in the new array.

    callback is invoked with three arguments:

    - the value of the element - the index of the element - the Array object being traversed

    If a thisObject parameter is provided to filter, it will be used as the this for each invocation of the callback. If it is not provided, or is null, the global object associated with callback is used instead.

    filter does not mutate the array on which it is called.

    MDN

    Definition Classes
    Array
  52. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  53. 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
  54. 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
  55. def flatten[B](implicit asTraversable: (UndefOr[String]) ⇒ GenTraversableOnce[B]): collection.mutable.IndexedSeq[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
  56. 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
  57. 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
  58. def forEach(callbackfn: Function1[UndefOr[String], _]): Unit

    Definition Classes
    Array
  59. def forEach(callbackfn: Function2[UndefOr[String], Int, _]): Unit

    Definition Classes
    Array
  60. def forEach(callbackfn: Function3[UndefOr[String], Int, Array[UndefOr[String]], _]): Unit

    Definition Classes
    Array
  61. def forEach[T](callbackfn: ThisFunction3[T, UndefOr[String], Int, Array[UndefOr[String]], _], thisArg: T): Unit

    forEach executes the provided callback once for each element of the array with an assigned value.

    forEach executes the provided callback once for each element of the array with an assigned value. It is not invoked for indexes which have been deleted or which have been initialized to undefined.

    callback is invoked with three arguments:

    - the element value - the element index - the array being traversed

    If a thisArg parameter is provided to forEach, it will be used as the this value for each callback invocation as if callback.call(thisArg, element, index, array) was called. If thisArg is undefined or null, the this value within the function depends on whether the function is in strict mode or not (passed value if in strict mode, global object if in non-strict mode).

    MDN

    Definition Classes
    Array
  62. def formatted(fmtstr: Predef.String): Predef.String

    Implicit information
    This member is added by an implicit conversion from ExecResult to StringFormat[ExecResult] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  63. def genericBuilder[B]: Builder[B, collection.mutable.IndexedSeq[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
  64. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  67. var index: Int

  68. def indexOf(searchElement: UndefOr[String]): Int

    Definition Classes
    Array
  69. def indexOf(searchElement: UndefOr[String], fromIndex: Int): Int

    The indexOf() method returns the first index at which a given element can be found in the array, or -1 if it is not present.

    The indexOf() method returns the first index at which a given element can be found in the array, or -1 if it is not present.

    MDN

    Definition Classes
    Array
  70. 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
  71. 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
  72. 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
  73. 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
  74. var input: String

  75. 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
  76. 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
  77. final def isInstanceOf[T0]: scala.Boolean

    Definition Classes
    Any
  78. 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
  79. 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
  80. def lastIndexOf(searchElement: UndefOr[String]): Int

    Definition Classes
    Array
  81. def lastIndexOf(searchElement: UndefOr[String], fromIndex: Int): Int

    The lastIndexOf() method returns the last index at which a given element can be found in the array, or -1 if it is not present.

    The lastIndexOf() method returns the last index at which a given element can be found in the array, or -1 if it is not present. The array is searched backwards, starting at fromIndex.

    MDN

    Definition Classes
    Array
  82. 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
  83. 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
  84. 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
  85. 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
  86. def length: Int

    Length of the array.

    Length of the array.

    Definition Classes
    Array
  87. 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
  88. def map[B](callbackfn: Function1[UndefOr[String], B]): Array[B]

    Definition Classes
    Array
  89. def map[B](callbackfn: Function2[UndefOr[String], Int, B]): Array[B]

    Definition Classes
    Array
  90. def map[B](callbackfn: Function3[UndefOr[String], Int, Array[UndefOr[String]], B]): Array[B]

    Definition Classes
    Array
  91. def map[B, T](callbackfn: ThisFunction3[T, UndefOr[String], Int, Array[UndefOr[String]], B], thisArg: T): Array[B]

    map calls a provided callback function once for each element in an array, in order, and constructs a new array from the results.

    map calls a provided callback function once for each element in an array, in order, and constructs a new array from the results. callback is invoked only for indexes of the array which have assigned values; it is not invoked for indexes which have been deleted or which have never been assigned values.

    callback is invoked with three arguments: the value of the element, the index of the element, and the Array object being traversed.

    If a thisArg parameter is provided to map, it will be used as the this for each invocation of the callback. If it is not provided, or is null, the global object associated with callback is used instead.

    map does not mutate the array on which it is called.

    MDN

    Definition Classes
    Array
  92. 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
  93. 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
  94. 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
  95. 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
  96. final def ne(arg0: AnyRef): scala.Boolean

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

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

    Definition Classes
    AnyRef
  99. 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
  100. 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
  101. 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
  102. 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
  103. 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
  104. 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
  105. 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
  106. 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
  107. 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
  108. 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
  109. def reduce[B](callbackfn: Function2[B, UndefOr[String], B]): B

    Definition Classes
    Array
  110. def reduce[B](callbackfn: Function3[B, UndefOr[String], Int, B]): B

    Definition Classes
    Array
  111. def reduce[B](callbackfn: Function4[B, UndefOr[String], Int, Array[UndefOr[String]], B]): B

    Definition Classes
    Array
  112. def reduce[B](callbackfn: Function2[B, UndefOr[String], B], initialValue: B): B

    Definition Classes
    Array
  113. def reduce[B](callbackfn: Function3[B, UndefOr[String], Int, B], initialValue: B): B

    Definition Classes
    Array
  114. def reduce[B](callbackfn: Function4[B, UndefOr[String], Int, Array[UndefOr[String]], B], initialValue: B): B

    reduce executes the callback function once for each element present in the array, excluding holes in the array, receiving four arguments: the initial value (or value from the previous callback call), the value of the current element, the current index, and the array over which iteration is occurring.

    reduce executes the callback function once for each element present in the array, excluding holes in the array, receiving four arguments: the initial value (or value from the previous callback call), the value of the current element, the current index, and the array over which iteration is occurring.

    The first time the callback is called, previousValue and currentValue can be one of two values. If initialValue is provided in the call to reduce, then previousValue will be equal to initialValue and currentValue will be equal to the first value in the array. If no initialValue was provided, then previousValue will be equal to the first value in the array and currentValue will be equal to the second.

    MDN

    Definition Classes
    Array
  115. 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
    IndexedSeqOptimized → TraversableOnce
  116. 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
  117. 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
  118. 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
  119. 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
  120. 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
  121. def reduceRight[B](callbackfn: Function2[B, UndefOr[String], B]): B

    Definition Classes
    Array
  122. def reduceRight[B](callbackfn: Function3[B, UndefOr[String], Int, B]): B

    Definition Classes
    Array
  123. def reduceRight[B](callbackfn: Function4[B, UndefOr[String], Int, Array[UndefOr[String]], B]): B

    Definition Classes
    Array
  124. def reduceRight[B](callbackfn: Function2[B, UndefOr[String], B], initialValue: B): B

    Definition Classes
    Array
  125. def reduceRight[B](callbackfn: Function3[B, UndefOr[String], Int, B], initialValue: B): B

    Definition Classes
    Array
  126. def reduceRight[B](callbackfn: Function4[B, UndefOr[String], Int, Array[UndefOr[String]], B], initialValue: B): B

    reduceRight executes the callback function once for each element present in the array, excluding holes in the array, receiving four arguments: the initial value (or value from the previous callback call), the value of the current element, the current index, and the array over which iteration is occurring.

    reduceRight executes the callback function once for each element present in the array, excluding holes in the array, receiving four arguments: the initial value (or value from the previous callback call), the value of the current element, the current index, and the array over which iteration is occurring.

    MDN

    Definition Classes
    Array
  127. 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
  128. 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
  129. def reverse(): 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
  130. 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
  131. 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
  132. 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
  133. 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
  134. 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
  135. 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
  136. 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
  137. 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
  138. 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
  139. 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.

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

  141. 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
  142. def slice(start: Int): Array[UndefOr[String]]

    Definition Classes
    Array
  143. def slice(start: Int, end: Int): 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
  144. def some(callbackfn: Function1[UndefOr[String], Boolean]): Boolean

    Definition Classes
    Array
  145. def some(callbackfn: Function2[UndefOr[String], Int, Boolean]): Boolean

    Definition Classes
    Array
  146. def some(callbackfn: Function3[UndefOr[String], Int, Array[UndefOr[String]], Boolean]): Boolean

    Definition Classes
    Array
  147. def some[T](callbackfn: ThisFunction3[T, UndefOr[String], Int, Array[UndefOr[String]], Boolean], thisArg: T): Boolean

    some executes the callback function once for each element present in the array until it finds one where callback returns a true value.

    some executes the callback function once for each element present in the array until it finds one where callback returns a true value. If such an element is found, some immediately returns true. Otherwise, some returns false. callback is invoked only for indexes of the array which have assigned values; it is not invoked for indexes which have been deleted or which have never been assigned values.

    callback is invoked with three arguments: the value of the element, the index of the element, and the Array object being traversed.

    If a thisObject parameter is provided to some, it will be used as the this for each invocation of the callback. If it is not provided, or is null, the global object associated with callback is used instead.

    some does not mutate the array on which it is called.

    MDN

    Definition Classes
    Array
  148. 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
  149. 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
  150. 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
  151. def splice(index: Int, deleteCount: Int, items: UndefOr[String]*): Array[UndefOr[String]]

    The splice() method changes the content of an array, adding new elements while removing old elements.

    The splice() method changes the content of an array, adding new elements while removing old elements.

    MDN

    Definition Classes
    Array
  152. def splice(index: Int): Array[UndefOr[String]]

    The splice() method changes the content of an array, adding new elements while removing old elements.

    The splice() method changes the content of an array, adding new elements while removing old elements.

    MDN

    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]): collection.mutable.IndexedSeq[collection.mutable.IndexedSeq[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 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
  163. 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
  164. 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
  165. def unzip[A1, A2](implicit asPair: (UndefOr[String]) ⇒ (A1, A2)): (collection.mutable.IndexedSeq[A1], collection.mutable.IndexedSeq[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
  166. def unzip3[A1, A2, A3](implicit asTriple: (UndefOr[String]) ⇒ (A1, A2, A3)): (collection.mutable.IndexedSeq[A1], collection.mutable.IndexedSeq[A2], collection.mutable.IndexedSeq[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
  167. 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()
  168. 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
  169. 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
  170. def valueOf(): scala.Any

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  174. 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
  175. 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
  176. 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
  177. 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
  178. 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
  179. 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
  180. def [B](y: B): (ExecResult, B)

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

Shadowed Implicit Value Members

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. def apply(i: Int): UndefOr[String]

    Implicit information
    This member is added by an implicit conversion from ExecResult to scala.Array[UndefOr[String]] performed by method toArray 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: scala.Array[UndefOr[String]]).apply(i)
    Definition Classes
    Array
  14. 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
  15. 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 → SeqLike → GenSeqLike → Function1
  16. 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
  17. 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
  18. def clone(): scala.Array[UndefOr[String]]

    Implicit information
    This member is added by an implicit conversion from ExecResult to scala.Array[UndefOr[String]] performed by method toArray 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: scala.Array[UndefOr[String]]).clone()
    Definition Classes
    Array → AnyRef
  19. def clone(): collection.mutable.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 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
    Cloneable → AnyRef
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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 shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  47. 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 shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  48. 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
  49. 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
  50. 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
  51. 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
  52. 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
  53. 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
  54. 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
  55. 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
  56. 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
  57. 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
  58. 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
  59. 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
  60. 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
  61. 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
  62. 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
  63. 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
  64. 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
  65. 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
  66. 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
  67. 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
  68. 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
  69. 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
  70. 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
  71. 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
  72. 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.
    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]]).indexOf(elem, from)
    Definition Classes
    GenSeqLike
  73. 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.
    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]]).indexOf(elem)
    Definition Classes
    GenSeqLike
  74. 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.
    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]]).indexOf(elem, from)
    Definition Classes
    GenSeqLike
  75. 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.
    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]]).indexOf(elem)
    Definition Classes
    GenSeqLike
  76. 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
  77. 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
  78. 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
  79. 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
  80. 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
  81. 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
  82. 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
  83. 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
  84. 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
  85. 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
  86. 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
  87. 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
  88. 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
  89. 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
  90. 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
  91. 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
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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.
    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]]).lastIndexOf(elem, end)
    Definition Classes
    GenSeqLike
  97. 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.
    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]]).lastIndexOf(elem)
    Definition Classes
    GenSeqLike
  98. 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.
    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]]).lastIndexOf(elem, end)
    Definition Classes
    GenSeqLike
  99. 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.
    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]]).lastIndexOf(elem)
    Definition Classes
    GenSeqLike
  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 scala.Array[UndefOr[String]] performed by method toArray 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: scala.Array[UndefOr[String]]).length
    Definition Classes
    Array
  107. 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
  108. 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 → SeqLike → GenSeqLike
  109. 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
  110. 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
  111. 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.
    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]]).map(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  112. def map[B, That](f: (UndefOr[String]) ⇒ B)(implicit bf: CanBuildFrom[WrappedArray[UndefOr[String]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from ExecResult to WrappedArray[UndefOr[String]] performed by method wrapArray in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).map(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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
  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 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
  120. 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
  121. 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
  122. 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
  123. 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
  124. 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
  125. 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
  126. 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
  127. 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
  128. 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
  129. 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
  130. 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
  131. 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
  132. 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
  133. 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.
    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]]).reduce(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. 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.
    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]]).reduce(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  135. 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.
    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]]).reduceRight(op)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  136. 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.
    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]]).reduceRight(op)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  137. 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
    TraversableLike → GenTraversableLike
  138. 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
  139. 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 shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).reverse
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  140. 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 shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).reverse
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  141. 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
  142. 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
  143. 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
  144. 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
  145. 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
  146. 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
  147. 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
  148. 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
  149. 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 shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: ArrayOps[UndefOr[String]]).slice(from, until)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  150. 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 shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (execResult: WrappedArray[UndefOr[String]]).slice(from, until)
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  151. 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
  152. 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
  153. 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
  154. 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
  155. 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
  156. 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
  157. 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
  158. 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
  159. 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
  160. 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
  161. 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
  162. 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
  163. 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
  164. 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
  165. 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
  166. 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
  167. 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
  168. def stringPrefix: 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]]).stringPrefix
    Definition Classes
    TraversableLike → GenTraversableLike
  169. 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
  170. 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
  171. 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
  172. 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
  173. 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
  174. 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
  175. 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
  176. 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
  177. 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
  178. 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
  179. 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
  180. 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
  181. 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
  182. 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
  183. 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
  184. 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
  185. 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
  186. 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
  187. 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
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  188. 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
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  189. 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
  190. 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
  191. 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
  192. 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
  193. 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
  194. 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
  195. 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
  196. 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
  197. 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
  198. 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
  199. 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
  200. 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
  201. 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
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  202. 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
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  203. 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
  204. 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
  205. def update(i: Int, x: UndefOr[String]): Unit

    Implicit information
    This member is added by an implicit conversion from ExecResult to scala.Array[UndefOr[String]] performed by method toArray 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: scala.Array[UndefOr[String]]).update(i, x)
    Definition Classes
    Array
  206. 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
  207. 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 → SeqLike
  208. 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
  209. 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
  210. 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
  211. 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
  212. 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
  213. 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 unary_!(): Boolean

    Definition Classes
    Any
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0)

Inherited from Array[UndefOr[String]]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion toArray from ExecResult to scala.Array[UndefOr[String]]

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

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 any2stringadd from ExecResult to any2stringadd[ExecResult]

Inherited by implicit conversion StringFormat from ExecResult to StringFormat[ExecResult]

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

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

Ungrouped