EmpRef

uk.gov.hmrc.domain.EmpRef
See theEmpRef companion class
object EmpRef extends (String, String) => EmpRef

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait (String, String) => EmpRef
class Object
trait Matchable
class Any
Show all
Self type
EmpRef.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def decode(encodedEmpRef: String): String
def fromIdentifiers(slashSeparatedIdentifiers: String): EmpRef

Inherited methods

def curried: String => String => EmpRef

Attributes

Inherited from:
Function2
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((String, String)) => EmpRef

Attributes

Inherited from:
Function2

Implicits

Implicits

implicit val empRefRead: Reads[EmpRef]
implicit val empRefWrite: Writes[EmpRef]