ObjectStoreContentWrite

uk.gov.hmrc.objectstore.client.http.ObjectStoreContentWrite
trait ObjectStoreContentWrite[F[_], CONTENT, BODY]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ObjectStoreContentWrite[F, CONTENT, BODY]

Members list

Value members

Abstract methods

def writeContent(content: CONTENT, contentType: Option[String], contentMd5: Option[Md5Hash]): F[BODY]

Concrete methods

def contramap[CONTENT2](f: CONTENT2 => CONTENT): ObjectStoreContentWrite[F, CONTENT2, BODY]
def contramapF[CONTENT2](f: CONTENT2 => F[CONTENT])(implicit F: Monad[F]): ObjectStoreContentWrite[F, CONTENT2, BODY]