Class/Object

scala.meta.taxonomic.Artifact

Adhoc

Related Docs: object Adhoc | package Artifact

Permalink

final class Adhoc extends Artifact with Product

Annotations
@leafClass()
Linear Supertypes
Artifact, Serializable, java.io.Serializable, Product, Equals, Adt, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Adhoc
  2. Artifact
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. Adt
  8. AnyRef
  9. Any
Implicitly
  1. by XtensionTaxonomicArtifact
  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 Adhoc(sources: collection.immutable.Seq[Source], resources: collection.immutable.Seq[Resource] = immutable.this.Nil, deps: collection.immutable.Seq[Artifact] = immutable.this.Nil)

    Permalink

Type Members

  1. type ThisType = Adhoc

    Permalink
    Definition Classes
    AdhocArtifact

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def binaries(implicit arg0: Context): collection.immutable.Seq[Path]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adhoc to taxonomic.XtensionTaxonomicArtifact performed by method XtensionTaxonomicArtifact in scala.meta.taxonomic.Api.
    Definition Classes
    XtensionTaxonomicArtifact
    Annotations
    @contextful()
  8. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Adhoc → Equals
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def copy(sources: collection.immutable.Seq[Source] = this.sources, resources: collection.immutable.Seq[Resource] = this.resources, deps: collection.immutable.Seq[Artifact] = this.deps): Adhoc

    Permalink
  11. val deps: collection.immutable.Seq[Artifact]

    Permalink
  12. def ensuring(cond: (Adhoc) ⇒ Boolean, msg: ⇒ Any): Adhoc

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

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

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

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

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

    Permalink
    Definition Classes
    Adhoc → Equals → AnyRef → Any
  18. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    Adhoc → AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def privateTag: Int

    Permalink
    Definition Classes
    AdhocArtifact
  27. def productArity: Int

    Permalink
    Definition Classes
    Adhoc → Product
  28. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Adhoc → Product
  29. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Adhoc → Product
  30. def productPrefix: String

    Permalink
    Definition Classes
    Adhoc → Product
  31. val resources: collection.immutable.Seq[Resource]

    Permalink
  32. val sources: collection.immutable.Seq[Source]

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Adhoc → AnyRef → Any
  35. final def wait(): Unit

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

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

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

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

Shadowed Implicit Value Members

  1. def deps(implicit arg0: Context): collection.immutable.Seq[Artifact]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adhoc to taxonomic.XtensionTaxonomicArtifact performed by method XtensionTaxonomicArtifact in scala.meta.taxonomic.Api.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (adhoc: taxonomic.XtensionTaxonomicArtifact).deps(arg0)
    Definition Classes
    XtensionTaxonomicArtifact
    Annotations
    @contextful()
  2. def resources(implicit arg0: Context): collection.immutable.Seq[Resource]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adhoc to taxonomic.XtensionTaxonomicArtifact performed by method XtensionTaxonomicArtifact in scala.meta.taxonomic.Api.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (adhoc: taxonomic.XtensionTaxonomicArtifact).resources(arg0)
    Definition Classes
    XtensionTaxonomicArtifact
    Annotations
    @contextful()
  3. def sources(implicit arg0: Context): collection.immutable.Seq[Source]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adhoc to taxonomic.XtensionTaxonomicArtifact performed by method XtensionTaxonomicArtifact in scala.meta.taxonomic.Api.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (adhoc: taxonomic.XtensionTaxonomicArtifact).sources(arg0)
    Definition Classes
    XtensionTaxonomicArtifact
    Annotations
    @contextful()

Inherited from Artifact

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from Adt

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionTaxonomicArtifact from Adhoc to taxonomic.XtensionTaxonomicArtifact

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

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

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

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

Ungrouped