Before

final case
class Before(equal: Boolean, reference: Instant) extends Date
trait Serializable
trait Product
trait Equals
class Date
class Validation[Instant, Unit]
class Object
trait Matchable
class Any

Value members

Concrete methods

def error(input: Instant): Date
override
def errors(input: Instant): List[Error]
Definition Classes
override
def run(input: Instant): ValidatedNel[Error, Unit]
Definition Classes

Inherited methods

final
def andThen[T](validation: Validation[Unit, T]): Validation[Instant, T]
Inherited from
Validation
final
def modifyError(pf: PartialFunction[Error, Error]): Validation[Instant, Unit]
Inherited from
Validation
final
def modifyErrors(f: NonEmptyList[Error] => NonEmptyList[Error]): Validation[Instant, Unit]
Inherited from
Validation
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def withError(error: Error): Validation[Instant, Unit]
Inherited from
Validation
final
def withErrors(errors: NonEmptyList[Error]): Validation[Instant, Unit]
Inherited from
Validation