Closed andyscott closed 7 years ago
The following should be added to the Read companion object:
Read
def apply[A, B](implicit ev: Read[A, B]): Read[A, B] = ev def apply[A, B](path: String)(implicit ev: Read[A, B]): Decoder[A, B] = ev(path)
The following should be added to the
Read
companion object: