root
Toggle table of contents
goblin-common
Target filter
goblin-common
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.common.utils
/
CloseablePath
Closeable
Path
goblin-common
class
CloseablePath
(
path
:
Path
,
closeHandler
:
(
Path
)
->
Unit
)
:
Closeable
Members
Constructors
Closeable
Path
Link copied to clipboard
goblin-common
constructor
(
path
:
Path
,
closeHandler
:
(
Path
)
->
Unit
)
Functions
close
Link copied to clipboard
goblin-common
open
override
fun
close
(
)
run
In
Link copied to clipboard
goblin-common
fun
<
T
>
runIn
(
action
:
(
Path
)
->
T
)
:
T