blobstore.fs

package blobstore.fs

Members list

Concise view

Type members

Classlikes

class FileStore[F[_]] extends PathStore[F, NioPath]

Attributes

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

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FsObject
class Object
trait Matchable
class Any
object NioPath extends FsObjectLowPri

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait FsObjectLowPri
class Object
trait Matchable
class Any
Self type
NioPath.type