| Package | Description |
|---|---|
| org.gradle.api.specs |
Classes for defining general purpose criteria.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndSpec<T>
A
CompositeSpec which requires all its specs to be true in order to evaluate to true. |
class |
OrSpec<T>
A
CompositeSpec which requires any one of its specs to be true in order to evaluate to
true. |
Copyright © 2013. All rights reserved