FormReadRepository

works.iterative.forms.repository.FormReadRepository
See theFormReadRepository companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Types

type Op[A] = UIO[A]

Value members

Abstract methods

def load(id: String, version: FormVersion): UIO[Option[Form]]

Loads the specified version of the form descriptor.

Loads the specified version of the form descriptor.

Attributes