gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.specs
/
AndSpec
/
and
and
API
@
SafeVarargs
fun
and
(
specs
:
Array
<
Spec
<
in
T
>
>
)
:
AndSpec
<
T
>
(
source
)
open
fun
and
(
spec
:
Closure
)
:
AndSpec
<
T
>
(
source
)
open
fun
and
(
spec
:
Spec
<
in
T
>
)
:
AndSpec
<
T
>
(
source
)
Typed and() method for a single
Spec
.
Since
4.3