toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.util.fileselector.selectors
/
DepthSelector
Depth
Selector
class
DepthSelector
(
val
min
:
Int
,
val
max
:
Int
)
:
Selector
(
source
)
Members
Constructors
Depth
Selector
Link copied to clipboard
constructor
(
min
:
Int
,
max
:
Int
)
Properties
max
Link copied to clipboard
val
max
:
Int
min
Link copied to clipboard
val
min
:
Int
Functions
selects
Link copied to clipboard
open
override
fun
selects
(
file
:
FSFile
)
:
Boolean