View Source AvroEx.Schema.Union (AvroEx v2.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AvroEx.Schema.Union{possibilities: [AvroEx.Schema.schema_types()]}

Link to this section Functions

Link to this function

match?(union, context, data)

View Source

Specs

match?(t(), AvroEx.Schema.Context.t(), any()) :: boolean()