java.nio.file.Path
Aliases
Parameters
subClasses
superClasses
Any
java.lang.Comparable
java.lang.Iterable
java.lang.Object
java.nio.file.Watchable
Js Constructors
new java_nio_file_Path
( )
ApplyMethods
Methods
$bang$eq
(
x$1:
Any
)
:
boolean
$eq$eq
(
x$1:
Any
)
:
boolean
$hash$hash
()
:
int
asInstanceOf
()
:
scala.Any.T0
compareTo
(
x$1:
Any
)
:
int
compareTo
(
x$1:
java.nio.file.Path
)
:
int
endsWith
(
x$1:
java.lang.String
)
:
boolean
endsWith
(
x$1:
java.nio.file.Path
)
:
boolean
eq
(
x$1:
java.lang.Object
)
:
boolean
equals
(
x$1:
Any
)
:
boolean
forEach
(
x$1:
java.util.function.Consumer
[
Any
]
)
:
Unit
getClass
()
:
java.lang.Class
[
Any
]
getFileName
()
:
java.nio.file.Path
getFileSystem
()
:
java.nio.file.FileSystem
getName
(
x$1:
int
)
:
java.nio.file.Path
getNameCount
()
:
int
getParent
()
:
java.nio.file.Path
getRoot
()
:
java.nio.file.Path
hashCode
()
:
int
isAbsolute
()
:
boolean
isInstanceOf
()
:
boolean
iterator
()
:
java.util.Iterator
[
java.nio.file.Path
]
ne
(
x$1:
java.lang.Object
)
:
boolean
normalize
()
:
java.nio.file.Path
notify
()
:
Unit
notifyAll
()
:
Unit
register
(
x$1:
java.nio.file.WatchService
,
x$2:
Array
[
java.nio.file.WatchEvent$Kind
[
Any
]
]
,
x$3:
Unknown
Nothing
)
:
java.nio.file.WatchKey
register
(
x$1:
java.nio.file.WatchService
,
x$2:
Unknown
Nothing
)
:
java.nio.file.WatchKey
relativize
(
x$1:
java.nio.file.Path
)
:
java.nio.file.Path
resolve
(
x$1:
java.lang.String
)
:
java.nio.file.Path
resolve
(
x$1:
java.nio.file.Path
)
:
java.nio.file.Path
resolveSibling
(
x$1:
java.lang.String
)
:
java.nio.file.Path
resolveSibling
(
x$1:
java.nio.file.Path
)
:
java.nio.file.Path
spliterator
()
:
java.util.Spliterator
[
java.lang.Iterable.T
]
startsWith
(
x$1:
java.lang.String
)
:
boolean
startsWith
(
x$1:
java.nio.file.Path
)
:
boolean
subpath
(
x$1:
int
,
x$2:
int
)
:
java.nio.file.Path
synchronized
(
x$1:
java.lang.Object.T0
)
:
java.lang.Object.T0
toAbsolutePath
()
:
java.nio.file.Path
toFile
()
:
java.io.File
toRealPath
(
x$1:
Unknown
Nothing
)
:
java.nio.file.Path
toString
()
:
java.lang.String
toUri
()
:
java.net.URI
wait
()
:
Unit
wait
(
x$1:
long
)
:
Unit
wait
(
x$1:
long
,
x$2:
int
)
:
Unit