LowPriorityInMemoryPlayObjectStoreContentReads

uk.gov.hmrc.objectstore.client.play.LowPriorityInMemoryPlayObjectStoreContentReads

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def jsValueContentRead[F[_]](implicit m: Materializer, F: PlayMonad[F]): ObjectStoreContentRead[F, ResBody, JsValue]
def stringContentRead[F[_]](implicit m: Materializer, F: PlayMonad[F]): ObjectStoreContentRead[F, ResBody, String]

Implicits

Implicits

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

Inherited implicits

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

Attributes

Inherited from:
PlayObjectStoreContentReads