CompositeSpec

abstract class CompositeSpec<T> : Spec<T> (source)

A org.gradle.api.specs.Spec which aggregates a sequence of other Spec instances.

Inheritors

Functions

Link copied to clipboard
fun equals(o: Any): Boolean
Link copied to clipboard
open fun getSpecs(): List<Spec<in T>>
Link copied to clipboard
fun hashCode(): Int
Link copied to clipboard
operator fun <T> Spec<T>.invoke(arg: T): Boolean

Enables function invocation syntax on Spec instances.

Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
abstract fun isSatisfiedBy(p: T): Boolean