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
PresignedDownloadUrl
RetentionPeriod
RetentionPeriod
OneDay
OneMonth
OneWeek
OneYear
SevenYears
SixMonths
TenYears
Sha256Checksum
Sha256Checksum
object-store-client-common
/
uk.gov.hmrc.objectstore.client
/
uk.gov.hmrc.objectstore.client.category
/
Monad
Monad
uk.gov.hmrc.objectstore.client.category.Monad
See the
Monad
companion object
trait
Monad
[
F
[
_
]]
extends
Functor
[
F
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Functor
[
F
]
class
Object
trait
Matchable
class
Any
Known subtypes
trait
MonadError
[
F
,
E
]
Members list
Clear all
Value members
Abstract methods
def
flatMap
[
A
,
B
](
fa
:
F
[
A
])(
fn
:
A
=>
F
[
B
]):
F
[
B
]
def
map
[
A
,
B
](
fa
:
F
[
A
])(
fn
:
A
=>
B
):
F
[
B
]
Implicitly added by
functorForMonad
def
pure
[
A
](
a
:
A
):
F
[
A
]
Concrete methods
override
def
map
[
A
,
B
](
fa
:
F
[
A
])(
fn
:
A
=>
B
):
F
[
B
]
Attributes
Definition Classes
Functor
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods