ValidationFlatMap

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

Value members

Concrete methods

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

Bind through the success of this validation.

Bind through the success of this validation.