|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gradle.api.specs.CompositeSpec<T>
org.gradle.api.specs.AndSpec<T>
public class AndSpec<T>
| Constructor Summary | |
|---|---|
AndSpec(Spec<? super T>... specs)
|
|
| Method Summary | |
|---|---|
boolean |
isSatisfiedBy(T object)
|
| Methods inherited from class org.gradle.api.specs.CompositeSpec |
|---|
equals, getSpecs, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AndSpec(Spec<? super T>... specs)
| Method Detail |
|---|
public boolean isSatisfiedBy(T object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||