Implicits

uk.gov.hmrc.objectstore.client.play.`package`.Implicits

Attributes

Graph
Supertypes
trait PlayMonads
class Object
trait Matchable
class Any
Show all
Self type
Implicits.type

Members list

Type members

Classlikes

Attributes

Supertypes
Self type

Implicits

Inherited implicits

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

Attributes

Inherited from:
PlayObjectStoreContentReads
implicit def akkaSourceContentWrite[F[_], Mat](implicit ec: ExecutionContext, m: Materializer, F: PlayMonad[F]): ObjectStoreContentWrite[F, Source[ByteString, Mat], Request]

Attributes

Inherited from:
PlayObjectStoreContentWrites
implicit def bytesWrite[F[_]](implicit F: PlayMonad[F]): ObjectStoreContentWrite[F, Array[Byte], Request]

Attributes

Inherited from:
PlayObjectStoreContentWrites
implicit def fileWrite[F[_]](implicit F: PlayMonad[F]): ObjectStoreContentWrite[F, File, Request]

Attributes

Inherited from:
PlayObjectStoreContentWrites
implicit def futureEitherMonad(implicit ec: ExecutionContext): PlayMonad[FutureEither]

Attributes

Inherited from:
PlayMonads
implicit def futureMonad(implicit ec: ExecutionContext): PlayMonad[Future]

Attributes

Inherited from:
PlayMonads
implicit def payloadAkkaSourceContentWrite[F[_], Mat](implicit F: PlayMonad[F]): ObjectStoreContentWrite[F, Payload[Source[ByteString, Mat]], Request]

Attributes

Inherited from:
PlayObjectStoreContentWrites
implicit def stringWrite[F[_]](implicit F: PlayMonad[F]): ObjectStoreContentWrite[F, String, Request]

Attributes

Inherited from:
PlayObjectStoreContentWrites