NotSpec

open class NotSpec<T> : Spec<T> (source)

A org.gradle.api.specs.Spec implementation which negates another Spec.

Parameters

<T>

The target type for this Spec

Constructors

Link copied to clipboard
constructor(sourceSpec: Spec<in T>)

Functions

Link copied to clipboard
open fun isSatisfiedBy(element: T): Boolean