works.iterative.forms.TypedForm
See theTypedForm companion object
final case class TypedForm[A](elems: List[SectionSegment], decodeAt: (AbsolutePath, FormData) => Validated[A], encodeAt: (AbsolutePath, A) => FormData)
A form declaration paired with its typed codec. The declaration erases to plain segments, so interpreters never see the typed layer and it cannot fork the core.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article