|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.specs.Specs
class Specs
Field Summary | |
---|---|
static Spec |
SATISFIES_ALL
|
Constructor Summary | |
Specs()
|
Method Summary | |
---|---|
static AndSpec
|
and(Spec specs)
|
static Set
|
filterIterable(java.lang.Iterable iterable, Spec spec)
|
static NotSpec
|
not(Spec spec)
|
static OrSpec
|
or(Spec specs)
|
static Spec
|
or(boolean defaultWhenNoSpecs, List specs)
|
static Spec
|
satisfyAll()
|
static Spec
|
satisfyNone()
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
static final Spec SATISFIES_ALL
Constructor Detail |
---|
Specs()
Method Detail |
---|
public static AndSpec and(Spec specs)
public static Set filterIterable(java.lang.Iterable iterable, Spec spec)
public static NotSpec not(Spec spec)
public static OrSpec or(Spec specs)
public static Spec or(boolean defaultWhenNoSpecs, List specs)
public static Spec satisfyAll()
public static Spec satisfyNone()
Groovy Documentation