- Companion
- object
Value members
Concrete methods
Lifts this FileStore to a Store accepting URLs and exposing blobs of type B
. You must provide a mapping from
this Store's BlobType to B, and you may provide a function g
for controlling input paths to this store.
Lifts this FileStore to a Store accepting URLs and exposing blobs of type B
. You must provide a mapping from
this Store's BlobType to B, and you may provide a function g
for controlling input paths to this store.
Input URLs to the returned store are validated against this Store's authority before the path is extracted and passed to this store.
- Definition Classes
override
def transferTo[B, P, U](dstStore: Store[F, B], srcPath: Path[P], dstUrl: Url[U])(implicit ev: B <:< FsObject): F[Int]
- Definition Classes