IntStringNullableReads

uk.gov.hmrc.supportfrontend.views.IntString.IntStringNullableReads
implicit class IntStringNullableReads(intStringNullableReads: Reads[Option[IntString]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def int: Reads[Option[Int]]
def str: Reads[Option[String]]