Implicits
uk.gov.hmrc.objectstore.client.play.`package`.Implicits
object Implicits extends PlayObjectStoreContentReads, PlayObjectStoreContentWrites, PlayMonads
Attributes
- Graph
-
- Supertypes
- Self type
-
Implicits.type
Members list
Type members
Classlikes
object InMemoryReads extends InMemoryPlayObjectStoreContentReads
Attributes
- Supertypes
-
class Objecttrait Matchableclass AnyShow all
- Self type
-
InMemoryReads.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
Attributes
- Inherited from:
- PlayObjectStoreContentWrites
Attributes
- Inherited from:
- PlayMonads
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
In this article