org.atnos.eff.ValidateCreation$
See theValidateCreation companion trait
Attributes
- Companion:
- trait
- Source:
- ValidateEffect.scala
- Graph
- Supertypes
- Self type
- ValidateCreation.type
Members list
Concise view
Value members
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
def validateValue[R, E, A](condition: Boolean, a: => A, e: => E)(implicit m: MemberIn[[_] =>> Validate[E, _$16], R]): Eff[R, A]
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