ObjectStoreContentRead

uk.gov.hmrc.objectstore.client.http.ObjectStoreContentRead
trait ObjectStoreContentRead[F[_], RES_BODY, CONTENT]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ObjectStoreContentRead[F, RES_BODY, CONTENT]

Members list

Value members

Abstract methods

def readContent(response: RES_BODY): F[CONTENT]

Concrete methods

def map[CONTENT2](fn: CONTENT => CONTENT2)(implicit F: Functor[F]): ObjectStoreContentRead[F, RES_BODY, CONTENT2]
def mapF[CONTENT2](fn: CONTENT => F[CONTENT2])(implicit F: Monad[F]): ObjectStoreContentRead[F, RES_BODY, CONTENT2]