InMemoryPlayObjectStoreContentReads

uk.gov.hmrc.objectstore.client.play.InMemoryPlayObjectStoreContentReads

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object InMemoryReads

Members list

Implicits

Implicits

implicit def jsResultContentRead[F[_], A : Reads](implicit evidence$1: Reads[A], m: Materializer, F: PlayMonad[F]): ObjectStoreContentRead[F, ResBody, JsResult[A]]
implicit override def jsValueContentRead[F[_]](implicit m: Materializer, F: PlayMonad[F]): ObjectStoreContentRead[F, ResBody, JsValue]

Attributes

Definition Classes
implicit override def stringContentRead[F[_]](implicit m: Materializer, F: PlayMonad[F]): ObjectStoreContentRead[F, ResBody, String]

Attributes

Definition Classes

Inherited implicits

implicit def akkaSourceContentRead[F[_]](implicit F: PlayMonad[F]): ObjectStoreContentRead[F, ResBody, Source[ByteString, NotUsed]]

Attributes

Inherited from:
PlayObjectStoreContentReads
implicit def jsReadsRead[F[_], A : Reads](implicit evidence$1: Reads[A], m: Materializer, F: PlayMonad[F]): ObjectStoreContentRead[F, ResBody, A]