Packages

final class Full extends CrossVersion with Serializable

Cross-versions a module with the result of prepending prefix and appending suffix to the full version. For example, if prefix = "foo_" and suffix = "_bar" and the full version is "2.12.1", the module is cross-versioned with "foo_2.12.1_bar".

Linear Supertypes
CrossVersion, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Full
  2. CrossVersion
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def equals(o: Any): Boolean
    Definition Classes
    FullCrossVersion → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    FullCrossVersion → AnyRef → Any
  3. val prefix: String
  4. val suffix: String
  5. def toString(): String
    Definition Classes
    FullCrossVersion → AnyRef → Any
  6. def withPrefix(prefix: String): Full
  7. def withSuffix(suffix: String): Full