Packages

c

cc.drx

DrxILoop

class DrxILoop extends AnyRef

Specific implementation for scala <= 2.12

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

Instance Constructors

  1. new DrxILoop(settings: Settings, prompt: String, welcome: Option[String], prelude: Option[String], isVerbose: Boolean)

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 DrxILoop to any2stringadd[DrxILoop] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DrxILoop, B)
    Implicit
    This member is added by an implicit conversion from DrxILoop to ArrowAssoc[DrxILoop] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val a: DrxILoop
    Implicit
    This member is added by an implicit conversion from DrxILoop to DrxAny[DrxILoop] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def applyIf(t: Boolean, f: (DrxILoop) ⇒ DrxILoop): DrxILoop
    Implicit
    This member is added by an implicit conversion from DrxILoop to DrxAny[DrxILoop] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. def applyIf(t: (DrxILoop) ⇒ Boolean)(f: (DrxILoop) ⇒ DrxILoop): DrxILoop
    Implicit
    This member is added by an implicit conversion from DrxILoop to DrxAny[DrxILoop] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def elementOf(xs: Set[DrxILoop]): Boolean
    Implicit
    This member is added by an implicit conversion from DrxILoop to DrxAny[DrxILoop] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  12. def ensuring(cond: (DrxILoop) ⇒ Boolean, msg: ⇒ Any): DrxILoop
    Implicit
    This member is added by an implicit conversion from DrxILoop to Ensuring[DrxILoop] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (DrxILoop) ⇒ Boolean): DrxILoop
    Implicit
    This member is added by an implicit conversion from DrxILoop to Ensuring[DrxILoop] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): DrxILoop
    Implicit
    This member is added by an implicit conversion from DrxILoop to Ensuring[DrxILoop] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): DrxILoop
    Implicit
    This member is added by an implicit conversion from DrxILoop to Ensuring[DrxILoop] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DrxILoop to StringFormat[DrxILoop] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def launch: Unit
  24. val min: DrxILoop
    Implicit
    This member is added by an implicit conversion from DrxILoop to BoundOps[DrxILoop] performed by method DrxBoundOps in cc.drx.predef.Enrich.
    Definition Classes
    BoundOps
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def noneIf(f: (DrxILoop) ⇒ Boolean): Option[DrxILoop]
    Implicit
    This member is added by an implicit conversion from DrxILoop to DrxAny[DrxILoop] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def optionIf(f: (DrxILoop) ⇒ Boolean): Option[DrxILoop]
    Implicit
    This member is added by an implicit conversion from DrxILoop to DrxAny[DrxILoop] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  30. def preApply[B](f: (DrxILoop) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from DrxILoop to DrxAny[DrxILoop] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  31. def sideEffect(f: (DrxILoop) ⇒ Unit): DrxILoop
    Implicit
    This member is added by an implicit conversion from DrxILoop to DrxAny[DrxILoop] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  32. def someIf(f: (DrxILoop) ⇒ Boolean): Option[DrxILoop]
    Implicit
    This member is added by an implicit conversion from DrxILoop to DrxAny[DrxILoop] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def to(max: DrxILoop)(implicit b: Boundable[DrxILoop]): Bound[DrxILoop]
    Implicit
    This member is added by an implicit conversion from DrxILoop to BoundOps[DrxILoop] performed by method DrxBoundOps in cc.drx.predef.Enrich.
    Definition Classes
    BoundOps
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. def [B](y: B): (DrxILoop, B)
    Implicit
    This member is added by an implicit conversion from DrxILoop to ArrowAssoc[DrxILoop] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def ?>(f: (DrxILoop) ⇒ Boolean): Option[DrxILoop]
    Implicit
    This member is added by an implicit conversion from DrxILoop to DrxAny[DrxILoop] 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 |>[B](f: (DrxILoop) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from DrxILoop to DrxAny[DrxILoop] 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)

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny from DrxILoop to DrxAny[DrxILoop]

Inherited by implicit conversion DrxBoundOps from DrxILoop to BoundOps[DrxILoop]

Inherited by implicit conversion any2stringadd from DrxILoop to any2stringadd[DrxILoop]

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

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

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

Ungrouped