IntString

uk.gov.hmrc.supportfrontend.views.IntString
See theIntString companion class
object IntString

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IntString.type

Members list

Type members

Classlikes

object IntStringFormat extends Format[IntString]

Attributes

Supertypes
trait Format[IntString]
trait Reads[IntString]
trait Writes[IntString]
class Object
trait Matchable
class Any
Show all
Self type
implicit class IntStringNullableReads(intStringNullableReads: Reads[Option[IntString]])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class IntStringReads(intStringReads: Reads[IntString])

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(intStr: String): Try[IntString]

Implicits

Implicits

final implicit def IntStringNullableReads(intStringNullableReads: Reads[Option[IntString]]): IntStringNullableReads
final implicit def IntStringReads(intStringReads: Reads[IntString]): IntStringReads