object NamedMantikId extends Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AccountRegex: Regex

    Regex for account.

  5. val DefaultAccount: String

    The library account is the default and omitted on serializing.

  6. val DefaultVersion: String

    If no version is given, this version is accessed.

  7. val NameRegex: Regex

    Regex for a Name.

    Regex for a Name. Note: in contrast to account names, also "_" and "." in the middle is allowed

  8. val VersionRegex: Regex

    Regex for a Version.

    Regex for a Version. Note: in contrast to account names, also "_" and "." in the middle is allowed

  9. def accountViolations(account: String): Seq[String]

    Validates the account, returns violations.

  10. def apply(s: String): NamedMantikId
    Annotations
    @throws( "On invalid Mantik Ids" )
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def decodeString(s: String): Either[InvalidMantikIdException, NamedMantikId]

    Like decodeStringResult but encodes errors in InvalidMantikIdException.

  14. def decodeStringResult(s: String): Result[NamedMantikId]

    Decodes NamedMantikId with error handling.

  15. implicit val decoder: Decoder[NamedMantikId]

    JSON Encoding from String.

  16. implicit val encoder: Encoder[NamedMantikId]

    JSON Encoding to String.

  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. implicit def fromString(s: String): NamedMantikId

    Automatic conversion from strings.

    Automatic conversion from strings.

    Annotations
    @throws( "On invalid Mantik Ids" )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. implicit val mantikIdCodec: Encoder[NamedMantikId] with Decoder[NamedMantikId]

    Encodes a mantik id within a string.

  24. def nameViolations(name: String): Seq[String]

    Validates the name, returns violations.

  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def versionViolations(version: String): Seq[String]

    Validates the version, returns violations.

  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped