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