final case class Revisions extends AnyVal with Product with Serializable
- Alphabetic
- By Inheritance
- Revisions
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
add(revisionSet: NonEmptyList[Revision], additions: List[Addition], version: Full): Either[AddingError, Revisions]
Add
version
to this cluster.Add
version
to this cluster. MODEL is irrelevant- revisionSet
all REVISIONs in parent MODEL (
version.model
) that can reside in other groups- additions
all additions in this
MODEL-REVISION
group- version
SchemaVer to add
- returns
updated REVISIONs cluster if version can be added, error otherwise
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val revisions: NonEmptyList[(Revision, Additions)]
- def show: String