UnionCaseShapeUnion

PackageReified.Schema
Describes the semantic payload shape of one union case.

Specification

Kind
Union
Members
6
Examples
0
IsFieldsSignature
this.IsFields
IsEmptySignature
this.IsEmpty
IsValueSignature
this.IsValue
EmptySignature
Empty
ValueSignature
Value payload

Summary

NameSignatureSynopsis
IsFieldsthis.IsFieldsNo description available.
IsEmptythis.IsEmptyNo description available.
IsValuethis.IsValueNo description available.
EmptyEmptyNo description available.
ValueValue payloadNo description available.
FieldsFields payloadNo description available.

IsFields

this.IsFields
Member

Returns

bool

IsEmpty

this.IsEmpty
Member

Returns

bool

IsValue

this.IsValue
Member

Returns

bool

Empty

Empty
Member

Returns

unit

Value

Value payload
Member

Parameters

NameTypeDescription
payloadSchemaDescription

Returns

unit

Fields

Fields payload
Member

Parameters

NameTypeDescription
payloadModelDescription

Returns

unit