Packages

c

cc.drx.Boot

AppId

case class AppId(org: String, prj: String, ver: String, main: String, cross: String = "Disabled", extra: List[String] = Nil, cp: Classpath = Classpath(), scala: String = "auto", ctx: StringMap) extends ApplicationID with Product with Serializable

Source
boot.scala
Linear Supertypes
Serializable, Product, Equals, ApplicationID, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppId
  2. Serializable
  3. Product
  4. Equals
  5. ApplicationID
  6. AnyRef
  7. 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. Protected

Instance Constructors

  1. new AppId(org: String, prj: String, ver: String, main: String, cross: String = "Disabled", extra: List[String] = Nil, cp: Classpath = Classpath(), scala: String = "auto", ctx: StringMap)

Value Members

  1. def applyIf(t: Boolean, f: (AppId) => AppId): AppId
    Implicit
    This member is added by an implicit conversion from AppId toDrxAny[AppId] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  2. def applyIf(t: (AppId) => Boolean)(f: (AppId) => AppId): AppId

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from AppId toDrxAny[AppId] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  3. def classpathExtra(): Array[java.io.File]
    Definition Classes
    AppId → ApplicationID
  4. val cp: Classpath
  5. val cross: String
  6. def crossVersioned(): Boolean
    Definition Classes
    AppId → ApplicationID
  7. def crossVersionedValue(): CrossValue
    Definition Classes
    AppId → ApplicationID
  8. val ctx: StringMap
  9. def elementOf(xs: Set[AppId]): Boolean
    Implicit
    This member is added by an implicit conversion from AppId toDrxAny[AppId] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  10. val extra: List[String]
  11. def groupID(): String
    Definition Classes
    AppId → ApplicationID
  12. val main: String
  13. def mainClass(): String
    Definition Classes
    AppId → ApplicationID
  14. def mainComponents(): Array[String]
    Definition Classes
    AppId → ApplicationID
  15. def name(): String
    Definition Classes
    AppId → ApplicationID
  16. def noneIf(f: (AppId) => Boolean): Option[AppId]
    Implicit
    This member is added by an implicit conversion from AppId toDrxAny[AppId] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  17. def optionIf(f: (AppId) => Boolean): Option[AppId]

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from AppId toDrxAny[AppId] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  20. val prj: String
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. val scala: String
  23. def sideEffect(f: (AppId) => Unit): AppId

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from AppId toDrxAny[AppId] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  24. def someIf(f: (AppId) => Boolean): Option[AppId]
    Implicit
    This member is added by an implicit conversion from AppId toDrxAny[AppId] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  25. val thisAny: AppId
    Implicit
    This member is added by an implicit conversion from AppId toDrxAny[AppId] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  26. def till(maxArg: AppId): Bound[AppId]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from AppId toBoundOps[AppId] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[AppId] is in scope.
    Definition Classes
    BoundOps
  27. def toString(): String
    Definition Classes
    AppId → AnyRef → Any
  28. val ver: String
  29. def version(): String
    Definition Classes
    AppId → ApplicationID

Deprecated Value Members

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

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from AppId toDrxAny[AppId] 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: (AppId) => B): B
    Implicit
    This member is added by an implicit conversion from AppId toDrxAny[AppId] 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)