ValidateOps

final implicit
class ValidateOps[T](val thisValidate: T => Validated[List[String], Unit])
class Object
trait Matchable
class Any

Value members

Concrete methods

def &(otherValidate: () => T): () => T
def *[U](otherValidate: () => U): () => (T, U)
def ?(otherValidate: () => T): () => T
def ?!(otherValidate: () => T): () => T
def |(otherValidate: () => T): () => T

Concrete fields

val thisValidate: T => Validated[List[String], Unit]