findUnsatisfiedSpec

@Nullable
open fun findUnsatisfiedSpec(object: T): Spec<in T>(source)

Finds the first Spec that is not satisfied by the object.

Return

an unsatisfied spec or null

Since

7.6

Parameters

object

to check specs against