Validator

private[comet] object Validator

Helper utilities for all Validators

Companion:
class
Source:
Validator.scala
class Object
trait Matchable
class Any

Type members

Classlikes

object Messages

Auxiliary messages emitted by the validator

Auxiliary messages emitted by the validator

Source:
Validator.scala
object Types

Helper types to reduce code verbosity

Helper types to reduce code verbosity

Note:

For types related to the validation pipeline, we drag errors inside instances of Either so that they don't reach the Stream and stop it This way, when an error occurs, we can still emit ValidationResults

Source:
Validator.scala