isComplete

abstract fun isComplete(values: List<Type>): Boolean

Check if this contract is applicable to whole values list. Note that only one MergerContract shall return true for this values in whole transformationContractList. Else MoreThanOneContractApplicable will be thrown.

See also