ValidationFlatMap

final
class ValidationFlatMap[E, A] extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def flatMap[EE >: E, B](f: A => Validation[EE, B]): Validation[EE, B]

Bind through the success of this validation.

Bind through the success of this validation.

Concrete fields

val self: Validation[E, A]