dependency

fun <T> dependency(dependencyKey: String): T(source)

Returns the value of the dependency with key dependencyKey.

Throws

If the dependency could not be found in the form.

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