FormIdent

works.iterative.forms.FormIdent$package.FormIdent
object FormIdent extends ValidatedStringFactory[FormIdent]

Attributes

Graph
Supertypes
trait ValidatedStringFactory[FormIdent]
class Object
trait Matchable
class Any
Self type
FormIdent.type

Members list

Value members

Concrete methods

def apply(value: String): Validated[FormIdent]
def apply(entityId: String, formId: String): FormIdent
def apply(entityId: String, formId: String, formIndex: Int): FormIdent

Inherited methods

def unsafe(s: String): FormIdent

Attributes

Inherited from:
ValidatedStringFactory

Inherited fields

val getter: FormIdent => String

Attributes

Inherited from:
ValidatedStringFactory

Givens

Inherited givens

given given_ValidatedStringFactory_A: ValidatedStringFactory[FormIdent]

Attributes

Inherited from:
ValidatedStringFactory

Extensions

Extensions

extension (fi: FormIdent)
def entityId: String
def formId: String
def formIndex: Option[Int]

Inherited extensions

extension (a: FormIdent)
def value: String

Attributes

Inherited from:
ValidatedStringFactory