corda / net.corda.core.contracts / Requirements / using

using

infix fun String.using(expr: Boolean): Unit

Throws IllegalArgumentException if the given expression evaluates to false.