LazySchema

class LazySchema<T>(createSchema: () -> Schema<T>)(source)

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(createSchema: () -> Schema<T>)

Functions

Link copied to clipboard
operator fun invoke(): Schema<T>