FormKey

works.iterative.forms.FormContent$package.FormKey
object FormKey extends ValidatedStringFactory[FormKey]

Attributes

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

Members list

Value members

Concrete methods

def apply(key: String): Validated[FormKey]
def apply(key: AbsolutePath): FormKey

Inherited methods

def unsafe(s: String): FormKey

Attributes

Inherited from:
ValidatedStringFactory

Inherited fields

val getter: FormKey => String

Attributes

Inherited from:
ValidatedStringFactory

Givens

Givens

given given_Conversion_AbsolutePath_FormKey: Conversion[AbsolutePath, FormKey]
given given_Conversion_String_FormKey: Conversion[String, FormKey]

Inherited givens

given given_ValidatedStringFactory_A: ValidatedStringFactory[FormKey]

Attributes

Inherited from:
ValidatedStringFactory

Extensions

Extensions

extension (key: FormKey)
def +(suffix: String | FormKey): FormKey
def asPath: AbsolutePath

Inherited extensions

extension (a: FormKey)
def value: String

Attributes

Inherited from:
ValidatedStringFactory