object-store-client-common
object-store-client-common
API
uk.gov.hmrc.objectstore.client
category
Functor
Functor
Monad
Monad
MonadError
config
ObjectStoreClientConfig
http
HttpClient
ObjectStoreContentRead
ObjectStoreContentWrite
ObjectStoreRead
ObjectStoreWrite
Payload
Md5Hash
Object
ObjectListing
ObjectMetadata
ObjectSummary
ObjectSummaryWithMd5
Path
Path
Directory
File
File
RetentionPeriod
RetentionPeriod
OneDay
OneMonth
OneWeek
OneYear
SevenYears
SixMonths
TenYears
object-store-client-common
/
uk.gov.hmrc.objectstore.client
/
uk.gov.hmrc.objectstore.client.category
/
MonadError
MonadError
uk.gov.hmrc.objectstore.client.category.MonadError
trait
MonadError
[
F
[
_
],
E
]
extends
Monad
[
F
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Monad
[
F
]
trait
Functor
[
F
]
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
def
flatMap
[
A
,
B
](
fa
:
F
[
A
])(
fn
:
A
=>
F
[
B
]):
F
[
B
]
Implicitly added by
monadForMonadError
def
pure
[
A
](
a
:
A
):
F
[
A
]
Implicitly added by
monadForMonadError
def
raiseError
[
A
](
e
:
E
):
F
[
A
]
Inherited methods
def
flatMap
[
A
,
B
](
fa
:
F
[
A
])(
fn
:
A
=>
F
[
B
]):
F
[
B
]
Attributes
Inherited from:
Monad
override
def
map
[
A
,
B
](
fa
:
F
[
A
])(
fn
:
A
=>
B
):
F
[
B
]
Attributes
Definition Classes
Monad
->
Functor
Inherited from:
Monad
def
pure
[
A
](
a
:
A
):
F
[
A
]
Attributes
Inherited from:
Monad
In this article
Attributes
Members list
Value members
Abstract methods
Inherited methods