com.eharmony.aloha.audit

impl

package impl

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class EitherAuditor[A] extends MorphableAuditor[Either[EitherAuditorError, _], A, Either[EitherAuditorError, A]]

    An EitherAuditor encodes the idea of success or failure.

  2. final case class EitherAuditorError(failureModelIds: ::[ModelIdentity], errorMsgs: Seq[String], missingVarNames: Set[String]) extends Product with Serializable

    Diagnostic information about failures encountered.

  3. case class OptionAuditor[A]() extends MorphableAuditor[Option[_], A, Option[A]] with Product with Serializable

    Created by ryan on 1/30/17.

Value Members

  1. object EitherAuditor

  2. package tree

    Created by ryan.

Ungrouped