NioPath

case class NioPath(path: Path, size: Option[Long], isDir: Boolean, lastModified: Option[Instant]) extends FsObject
Companion:
object
trait Serializable
trait Product
trait Equals
trait FsObject
class Object
trait Matchable
class Any

Type members

Types

override type StorageClassType = Nothing

Value members

Concrete methods

override def name: String
Definition Classes
FsObject

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def storageClass(implicit scl: StorageClassLookup[NioPath]): Option[StorageClassType]
Inherited from:
FsObject