corda / net.corda.core.contracts / Requirements

Requirements

object Requirements

Defines a simple domain specific language for the specification of financial contracts. Currently covers:

Functions

using

Throws IllegalArgumentException if the given expression evaluates to false.

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