Module: Dry::Monads::Validated::Mixin Private
- Includes:
- Constructors
- Defined in:
- lib/dry/monads/validated.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Mixin with Validated constructors
Defined Under Namespace
Modules: Constructors
Constant Summary collapse
- Valid =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Successful validation result
Valid
- Invalid =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Unsuccessful validation result
Invalid