Packages

  • package root
    Definition Classes
    root
  • package cc
    Definition Classes
    root
  • package drx

    Scala doc for the drx conglomerate.

    Scala doc for the drx conglomerate.

    Overview

    Definition Classes
    cc
  • object Repo

    (Repo) can find (Org -> Project -> Release -> Artifact) Repo have two major input types: 1) user reference using org/project/release 2) dir listing of an artifact path (whose parents or filename can determine the org/project/release

    (Repo) can find (Org -> Project -> Release -> Artifact) Repo have two major input types: 1) user reference using org/project/release 2) dir listing of an artifact path (whose parents or filename can determine the org/project/release

    function styles end with F

    Definition Classes
    drx
  • Artifact
  • GithubStyle
  • Ivy
  • IvyCache
  • Maven
  • Org
  • Project
  • Release
  • SbtPlugin
  • Source
  • SourceFile
  • SourceGithub
  • SourcePathList
  • SourceURL
  • Style
c

cc.drx.Repo

SbtPlugin

case class SbtPlugin(sbtVersion: String = "0.13", scalaVersion: String = "2.10") extends Style with Product with Serializable

<org> / <prj> / scala_<alt> / sbt_<alt> / <tag> / <ext>s / <prj>.<ext>

Source
repo.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SbtPlugin
  2. Serializable
  3. Product
  4. Equals
  5. Style
  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 SbtPlugin(sbtVersion: String = "0.13", scalaVersion: String = "2.10")

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 SbtPlugin toany2stringadd[SbtPlugin] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SbtPlugin, B)
    Implicit
    This member is added by an implicit conversion from SbtPlugin toArrowAssoc[SbtPlugin] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def applyIf(t: Boolean, f: (SbtPlugin) => SbtPlugin): SbtPlugin
    Implicit
    This member is added by an implicit conversion from SbtPlugin toDrxAny[SbtPlugin] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def applyIf(t: (SbtPlugin) => Boolean)(f: (SbtPlugin) => SbtPlugin): SbtPlugin

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from SbtPlugin toDrxAny[SbtPlugin] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. def artifact(f: File): Option[Artifact]
    Definition Classes
    Style
  9. def artifactDepth: Int
    Definition Classes
    SbtPluginStyle
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def elementOf(xs: Set[SbtPlugin]): Boolean
    Implicit
    This member is added by an implicit conversion from SbtPlugin toDrxAny[SbtPlugin] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  13. def ensuring(cond: (SbtPlugin) => Boolean, msg: => Any): SbtPlugin
    Implicit
    This member is added by an implicit conversion from SbtPlugin toEnsuring[SbtPlugin] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (SbtPlugin) => Boolean): SbtPlugin
    Implicit
    This member is added by an implicit conversion from SbtPlugin toEnsuring[SbtPlugin] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: => Any): SbtPlugin
    Implicit
    This member is added by an implicit conversion from SbtPlugin toEnsuring[SbtPlugin] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): SbtPlugin
    Implicit
    This member is added by an implicit conversion from SbtPlugin toEnsuring[SbtPlugin] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def filename(a: Artifact): String
    Definition Classes
    SbtPluginStyle
  19. def filename(r: Release): String
    Definition Classes
    SbtPluginStyle
  20. def filename(p: Project): String
    Definition Classes
    SbtPluginStyle
  21. def filename(o: Org): String
    Definition Classes
    SbtPluginStyle
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SbtPlugin toStringFormat[SbtPlugin] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def noneIf(f: (SbtPlugin) => Boolean): Option[SbtPlugin]
    Implicit
    This member is added by an implicit conversion from SbtPlugin toDrxAny[SbtPlugin] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def optionIf(f: (SbtPlugin) => Boolean): Option[SbtPlugin]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from SbtPlugin toDrxAny[SbtPlugin] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  31. def org(f: File): Option[Org]
    Definition Classes
    Style
  32. def path(a: Artifact): File
    Definition Classes
    Style
  33. def path(r: Release): File
    Definition Classes
    Style
  34. def path(p: Project): File
    Definition Classes
    Style
  35. def path(o: Org): File
    Definition Classes
    Style
  36. def preApply[B](f: (SbtPlugin) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from SbtPlugin toDrxAny[SbtPlugin] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def project(f: File): Option[Project]
    Definition Classes
    Style
  39. def projectDepth: Int
    Definition Classes
    Style
  40. def release(f: File): Option[Release]
    Definition Classes
    Style
  41. def releaseDepth: Int
    Definition Classes
    Style
  42. val sbtVersion: String
  43. val scalaVersion: String
  44. def sideEffect(f: (SbtPlugin) => Unit): SbtPlugin

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from SbtPlugin toDrxAny[SbtPlugin] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  45. def someIf(f: (SbtPlugin) => Boolean): Option[SbtPlugin]
    Implicit
    This member is added by an implicit conversion from SbtPlugin toDrxAny[SbtPlugin] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. val thisAny: SbtPlugin
    Implicit
    This member is added by an implicit conversion from SbtPlugin toDrxAny[SbtPlugin] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  48. def till(maxArg: SbtPlugin): Bound[SbtPlugin]

    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 SbtPlugin toBoundOps[SbtPlugin] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[SbtPlugin] is in scope.
    Definition Classes
    BoundOps
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

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

    alias for option if

    alias for option if

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

  3. def [B](y: B): (SbtPlugin, B)
    Implicit
    This member is added by an implicit conversion from SbtPlugin toArrowAssoc[SbtPlugin] 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 Serializable

Inherited from Product

Inherited from Equals

Inherited from Style

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromSbtPlugin to DrxAny[SbtPlugin]

Inherited by implicit conversion DrxBoundOps fromSbtPlugin to BoundOps[SbtPlugin]

Inherited by implicit conversion any2stringadd fromSbtPlugin to any2stringadd[SbtPlugin]

Inherited by implicit conversion StringFormat fromSbtPlugin to StringFormat[SbtPlugin]

Inherited by implicit conversion Ensuring fromSbtPlugin to Ensuring[SbtPlugin]

Inherited by implicit conversion ArrowAssoc fromSbtPlugin to ArrowAssoc[SbtPlugin]

Ungrouped