Package com.io7m.cardant.model
Interface CATypeMatchType
- All Known Implementing Classes:
CATypeMatchType.CATypeMatchAllOf,CATypeMatchType.CATypeMatchAny,CATypeMatchType.CATypeMatchAnyOf
public sealed interface CATypeMatchType
permits CATypeMatchType.CATypeMatchAny, CATypeMatchType.CATypeMatchAnyOf, CATypeMatchType.CATypeMatchAllOf
The expression used to match against object types.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordMatch objects that have all the given types.static enumMatch objects with any type.static final recordMatch objects that have any of the given types.