dependencySchemaOrNull

fun <T> dependencySchemaOrNull(dependencyKey: String): Schema<T>?(source)

Returns the schema of the dependency with key dependencyKey or null if the dependency could not be found in the form.

Throws

If no dependency with key dependencyKey was defined in the computation.