foundry
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
foundry
cli
/
foundry.cli
/
filterByExtension
filter
By
Extension
fun
Sequence
<
File
>
.
filterByExtension
(
extension
:
String
)
:
Sequence
<
File
>
(
source
)
@
JvmName
(
name
=
"filterByExtensionPath"
)
fun
Sequence
<
Path
>
.
filterByExtension
(
extension
:
String
)
:
Sequence
<
Path
>
(
source
)
Filters by a specific
extension
.