Attributes
- Companion:
- object
- Source:
- ValidateEffect.scala
- Graph
- Supertypes
- Known subtypes
- trait ValidateEffectobject ValidateEffect.typeobject all.typeobject ValidateInterpretation.typeobject validate.type
Members list
Value members
Concrete methods
catch and handle all wrong values
catch and handle the first wrong value
catch and handle the last wrong value
catch and handle possible wrong values
run the validate effect, yielding a list of failures or A or both
run the validate effect, yielding a list of failures or A or both
Attributes
- Source:
- ValidateEffect.scala
run the validate effect, yielding a non-empty list of failures or A or both
run the validate effect, yielding a non-empty list of failures or A or both
Attributes
- Source:
- ValidateEffect.scala
run the validate effect, yielding a list of failures Either A
run the validate effect, yielding a non-empty list of failures Either A
run the validate effect, yielding a non-empty list of failures Either A
Attributes
- Source:
- ValidateEffect.scala
run the validate effect, yielding a ValidatedNel
Inherited methods
create a correct value
check a correct condition
create an Validate effect from a single Either value
create an Validate effect from a single Either value
Attributes
- Inherited from:
- ValidateCreation
- Source:
- ValidateEffect.scala
create an Validate effect from a single Ior value
create an Validate effect from a single Ior value
Attributes
- Inherited from:
- ValidateCreation
- Source:
- ValidateEffect.scala
create an Validate effect from a single Option value
create an Validate effect from a single Option value
Attributes
- Inherited from:
- ValidateCreation
- Source:
- ValidateEffect.scala
check a correct value
create a correct value with warning
create a correct value with warning
Attributes
- Inherited from:
- ValidateCreation
- Source:
- ValidateEffect.scala
create a pure warning
create a failed value