Package

com.eharmony.aloha

audit

Permalink

package audit

Visibility
  1. Public
  2. All

Type Members

  1. trait Auditor[U, -N, +B <: U] extends AnyRef

    Permalink

    API for recursive auditing.

    API for recursive auditing.

    Created by ryan on 1/11/17.

    U

    The upper type bound for items being audited.

    N

    The "natural" output type of a given model.

    B

    The output type of the Auditor. This is the same as the output type of a com.eharmony.aloha.models.Model.

  2. trait MorphableAuditor[U, -N, +B <: U] extends Auditor[U, N, B]

    Permalink

    Created by ryan on 1/18/17.

Value Members

  1. package impl

    Permalink

Ungrouped