blobstore.fs

package blobstore.fs

Members list

Type members

Classlikes

class FileStore[F[_]](blocker: Blocker)(using evidence$1: Concurrent[F], evidence$2: ContextShift[F]) extends PathStore[F, NioPath]

Attributes

Companion
object
Supertypes
class PathStore[F, NioPath]
class Object
trait Matchable
class Any
object FileStore

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
FileStore.type
case class NioPath(path: Path, size: Option[Long], isDir: Boolean, lastModified: Option[Instant]) extends FsObject

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait FsObject
class Object
trait Matchable
class Any
Show all
object NioPath extends FsObjectLowPri

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait FsObjectLowPri
class Object
trait Matchable
class Any
Show all
Self type
NioPath.type