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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Full
- CrossVersion
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
equals(o: Any): Boolean
- Definition Classes
- Full → CrossVersion → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Full → CrossVersion → AnyRef → Any
- val prefix: String
- val suffix: String
-
def
toString(): String
- Definition Classes
- Full → CrossVersion → AnyRef → Any
- def withPrefix(prefix: String): Full
- def withSuffix(suffix: String): Full