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
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppId
- Serializable
- Product
- Equals
- ApplicationID
- AnyRef
- Any
Implicitly
- by richDrxAny
- by DrxBoundOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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
- 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
- def classpathExtra(): Array[java.io.File]
- Definition Classes
- AppId → ApplicationID
- val cp: Classpath
- val cross: String
- def crossVersioned(): Boolean
- Definition Classes
- AppId → ApplicationID
- def crossVersionedValue(): CrossValue
- Definition Classes
- AppId → ApplicationID
- val ctx: StringMap
- 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
- val extra: List[String]
- def groupID(): String
- Definition Classes
- AppId → ApplicationID
- val main: String
- def mainClass(): String
- Definition Classes
- AppId → ApplicationID
- def mainComponents(): Array[String]
- Definition Classes
- AppId → ApplicationID
- def name(): String
- Definition Classes
- AppId → ApplicationID
- 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
- 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
- val org: String
- 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
- val prj: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val scala: String
- 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
- 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
- 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
- def till(maxArg: AppId): Bound[AppId]
Bound construction since the Range constructor is deprecated
Bound construction since the Range constructor is deprecated
- def toString(): String
- Definition Classes
- AppId → AnyRef → Any
- val ver: String
- def version(): String
- Definition Classes
- AppId → ApplicationID
Deprecated Value Members
- 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
- 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)