blobstore

package blobstore

Type members

Classlikes

abstract class PathStore[F[_], BlobType]
trait Store[F[_], +BlobType]
Companion:
object
object Store
Companion:
class
class StoreOps[F[_], B](store: Store[F, B])(using evidence$1: Sync[F], evidence$2: ContextShift[F])

This object contains shared implementations of functions that requires additional capabilities from the effect type

This object contains shared implementations of functions that requires additional capabilities from the effect type

object util