NioPath

blobstore.fs.NioPath
See theNioPath companion object
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

Members list

Concise view

Type members

Types

override type StorageClassType = Nothing

Value members

Concrete methods

override def name: String

Attributes

Definition Classes
FsObject

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def storageClass(implicit scl: StorageClassLookup[NioPath]): Option[StorageClassType]

Attributes

Inherited from:
FsObject