RecordSchema
morphling.RecordSchema
final case class RecordSchema[P[_], F[_], I](props: FreeApplicative[[_] =>> PropSchema[I, F, _$27], I]) extends SchemaF[P, F, I]
Wrapper for the free applicative structure which is used to construct and disassemble values of product types.
Type parameters
- F
-
$FDefn
- I
-
$IDefn
- P
-
$PDefn
Value parameters
- props
-
the free applicative value composed of zero or more PropSchema instances
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article