ValidatedSyntax

Companion:
class
class Object
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def toValidatedIdOps[E](error: E): ValidatedIdOps[E]
Inherited from:
ValidatedSyntax
final implicit def toValidatedOps[V[_], E](vr: V[E]): ValidatedOps[V, E]
Inherited from:
ValidatedSyntax
final implicit def toValidatedSeqOps[V[_], E](iterable: Iterable[V[E]]): ValidatedSeqOps[V, E]
Inherited from:
ValidatedSyntax