Package org.gradle.api.specs
Class OrSpec<T>
java.lang.Object
org.gradle.api.specs.CompositeSpec<T>
org.gradle.api.specs.OrSpec<T>
- Type Parameters:
T
- The target type for this Spec
- All Implemented Interfaces:
Spec<T>
A
CompositeSpec
which requires any one of its specs to be true in order to evaluate to
true. Uses lazy evaluation.-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.gradle.api.specs.CompositeSpec
equals, getSpecs, hashCode, isEmpty
-
Field Details
-
EMPTY
-
-
Constructor Details
-
OrSpec
public OrSpec() -
OrSpec
-
OrSpec
-
-
Method Details
-
isSatisfiedBy
-
or
-
empty
-