negate

open fun <T> negate(spec: Spec<in T>): Spec<T>(source)

Returns a spec that selects everything that is not selected by the given spec.