isInstance(_:)
Validates that the provided entity instance matches this entity definition’s type.
Declaration
func isInstance(_ value: AnyAppEntity) throwsParameters
- value:
The enum instance to validate.
Validates that the provided entity instance matches this entity definition’s type.
func isInstance(_ value: AnyAppEntity) throwsThe enum instance to validate.