Class/Object

scala.meta.taxonomic

IncompleteMavenId

Related Docs: object IncompleteMavenId | package taxonomic

Permalink

final class IncompleteMavenId extends Product

Linear Supertypes
Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IncompleteMavenId
  2. Product
  3. Equals
  4. AnyRef
  5. Any
Implicitly
  1. by XtensionMavenDslIncompleteMavenId
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IncompleteMavenId(groupId: String, artifactId: String, crossVersion: CrossVersion)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %(version: String): Maven

    Permalink
    Implicit information
    This member is added by an implicit conversion from IncompleteMavenId to taxonomic.XtensionMavenDslIncompleteMavenId performed by method XtensionMavenDslIncompleteMavenId in scala.meta.taxonomic.MavenDsl.
    Definition Classes
    XtensionMavenDslIncompleteMavenId
  4. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from IncompleteMavenId to any2stringadd[IncompleteMavenId] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (IncompleteMavenId, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from IncompleteMavenId to ArrowAssoc[IncompleteMavenId] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. val artifactId: String

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    IncompleteMavenId → Equals
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def copy(groupId: String = this.groupId, artifactId: String = this.artifactId, crossVersion: CrossVersion = this.crossVersion): IncompleteMavenId

    Permalink
  12. val crossVersion: CrossVersion

    Permalink
  13. def ensuring(cond: (IncompleteMavenId) ⇒ Boolean, msg: ⇒ Any): IncompleteMavenId

    Permalink
    Implicit information
    This member is added by an implicit conversion from IncompleteMavenId to Ensuring[IncompleteMavenId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (IncompleteMavenId) ⇒ Boolean): IncompleteMavenId

    Permalink
    Implicit information
    This member is added by an implicit conversion from IncompleteMavenId to Ensuring[IncompleteMavenId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): IncompleteMavenId

    Permalink
    Implicit information
    This member is added by an implicit conversion from IncompleteMavenId to Ensuring[IncompleteMavenId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): IncompleteMavenId

    Permalink
    Implicit information
    This member is added by an implicit conversion from IncompleteMavenId to Ensuring[IncompleteMavenId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    IncompleteMavenId → Equals → AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from IncompleteMavenId to StringFormat[IncompleteMavenId] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. val groupId: String

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    IncompleteMavenId → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def productArity: Int

    Permalink
    Definition Classes
    IncompleteMavenId → Product
  29. def productElement(n: Int): Any

    Permalink
    Definition Classes
    IncompleteMavenId → Product
  30. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    IncompleteMavenId → Product
  31. def productPrefix: String

    Permalink
    Definition Classes
    IncompleteMavenId → Product
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    IncompleteMavenId → AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def [B](y: B): (IncompleteMavenId, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from IncompleteMavenId to ArrowAssoc[IncompleteMavenId] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionMavenDslIncompleteMavenId from IncompleteMavenId to taxonomic.XtensionMavenDslIncompleteMavenId

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

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

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

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

Ungrouped