J.File.Store

opaque type Store

J.File.Store is an opaque value, backed by java.nio.file.FileStore

Source
Store.scala

Def

inline def label: String
inline def name: String
inline def real: java.nio.file.FileStore

Real value

Real value

Returns real value standing behind the opaque type.

This is a zero cost call.

Inherited from
_methods
Source
Base.scala