object AgentBusinessUtr extends Modulus23Check with (String) => AgentBusinessUtr with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AgentBusinessUtr
  2. Serializable
  3. Function1
  4. Modulus23Check
  5. ModulusCheck
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. implicit val agentBusinessUtrRead: Reads[AgentBusinessUtr]
  5. implicit val agentBusinessUtrWrite: Writes[AgentBusinessUtr]
  6. def andThen[A](g: (AgentBusinessUtr) => A): (String) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def calculateCheckCharacter(utr: String): Char
    Attributes
    protected
    Definition Classes
    ModulusCheck
  9. val checkString: String
    Attributes
    protected
    Definition Classes
    Modulus23CheckModulusCheck
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def compose[A](g: (A) => String): (A) => AgentBusinessUtr
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def isCheckCorrect(utr: String, checkPosition: Int): Boolean
    Attributes
    protected
    Definition Classes
    ModulusCheck
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isValid(utr: String): Boolean
  19. val mod: Int
    Attributes
    protected
    Definition Classes
    Modulus23CheckModulusCheck
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. val weights: List[Int]
    Attributes
    protected
    Definition Classes
    Modulus23CheckModulusCheck

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 (String) => AgentBusinessUtr

Inherited from Modulus23Check

Inherited from ModulusCheck

Inherited from AnyRef

Inherited from Any

Ungrouped