Packages

class Shell extends AnyRef

Source
shell.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Shell
  2. AnyRef
  3. Any
Implicitly
  1. by richDrxAny
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Shell(args: Iterable[String], cwd: Option[File] = None, env: Iterable[(String, String)] = List())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Shell toany2stringadd[Shell] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++(moreArgs: Seq[String]): Shell
  5. def ->[B](y: B): (Shell, B)
    Implicit
    This member is added by an implicit conversion from Shell toArrowAssoc[Shell] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def apply(moreArgs: String*): Shell
  8. def applyIf(t: Boolean, f: (Shell) => Shell): Shell
    Implicit
    This member is added by an implicit conversion from Shell toDrxAny[Shell] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. def applyIf(t: (Shell) => Boolean)(f: (Shell) => Shell): Shell

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Shell toDrxAny[Shell] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  10. val args: Iterable[String]
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val cwd: Option[File]
  14. def elementOf(xs: Set[Shell]): Boolean
    Implicit
    This member is added by an implicit conversion from Shell toDrxAny[Shell] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  15. def ensuring(cond: (Shell) => Boolean, msg: => Any): Shell
    Implicit
    This member is added by an implicit conversion from Shell toEnsuring[Shell] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (Shell) => Boolean): Shell
    Implicit
    This member is added by an implicit conversion from Shell toEnsuring[Shell] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: => Any): Shell
    Implicit
    This member is added by an implicit conversion from Shell toEnsuring[Shell] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): Shell
    Implicit
    This member is added by an implicit conversion from Shell toEnsuring[Shell] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. val env: Iterable[(String, String)]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def exitCode(implicit ec: drx.ExecutionContext): drx.Future[Int]
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. def fork: Process
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Shell toStringFormat[Shell] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def lines(implicit ec: drx.ExecutionContext): drx.Future[List[String]]
  30. def linesAs[A](f: (String) => A)(implicit ec: drx.ExecutionContext): drx.Future[List[A]]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def noneIf(f: (Shell) => Boolean): Option[Shell]
    Implicit
    This member is added by an implicit conversion from Shell toDrxAny[Shell] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def optionIf(f: (Shell) => Boolean): Option[Shell]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Shell toDrxAny[Shell] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  36. def preApply[B](f: (Shell) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Shell toDrxAny[Shell] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  37. def process(fork: Boolean = false): ProcessBuilder
  38. def resultString(implicit ec: drx.ExecutionContext): drx.Future[String]
  39. def run(f: (String) => Unit)(implicit ec: drx.ExecutionContext): drx.Future[Int]

    run with each line result sent to a function

  40. def run(implicit ec: drx.ExecutionContext): drx.Future[Int]

    run with all results sent to std out

  41. def sideEffect(f: (Shell) => Unit): Shell

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Shell toDrxAny[Shell] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  42. def someIf(f: (Shell) => Boolean): Option[Shell]
    Implicit
    This member is added by an implicit conversion from Shell toDrxAny[Shell] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. val thisAny: Shell
    Implicit
    This member is added by an implicit conversion from Shell toDrxAny[Shell] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  45. def toString(): String
    Definition Classes
    Shell → AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def ?>(f: (Shell) => Boolean): Option[Shell]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Shell toDrxAny[Shell] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def block(waitTime: Time)(implicit ec: drx.ExecutionContext): drx.Try[List[String]]
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) this is just too dangerous, it's too easy to use

  3. def |>[B](f: (Shell) => B): B
    Implicit
    This member is added by an implicit conversion from Shell toDrxAny[Shell] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  4. def [B](y: B): (Shell, B)
    Implicit
    This member is added by an implicit conversion from Shell toArrowAssoc[Shell] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromShell to DrxAny[Shell]

Inherited by implicit conversion any2stringadd fromShell to any2stringadd[Shell]

Inherited by implicit conversion StringFormat fromShell to StringFormat[Shell]

Inherited by implicit conversion Ensuring fromShell to Ensuring[Shell]

Inherited by implicit conversion ArrowAssoc fromShell to ArrowAssoc[Shell]

Ungrouped