com.eharmony.aloha.audit.impl

tree

package tree

Created by ryan.deak on 5/9/17.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. tree
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type NubRootedTree[+N] = RootedTree[Any, N]

  2. sealed trait RootedTree[+U, +N <: U] extends Tree[U]

  3. case class RootedTreeAuditor[U, N <: U](accumulateErrors: Boolean = false, accumulateMissingFeatures: Boolean = false)(implicit evidence$2: RefInfo[U]) extends MorphableAuditor[Tree[U], N, RootedTree[U, N]] with Product with Serializable

    An auditor that can audit trees

  4. sealed trait Tree[+U] extends AnyRef

  5. case class TreeAuditor[U, N](accumulateErrors: Boolean = false, accumulateMissingFeatures: Boolean = false)(implicit uri: RefInfo[U], toU: (N) ⇒ U) extends MorphableAuditor[Tree[U], N, Tree[U]] with Product with Serializable

    An auditor that can audit values of type N to create a tree whose nodes are of type U.

  6. trait TreePathOps[+U] extends AnyRef

Value Members

  1. object RootedTreeAuditor extends Serializable

  2. object TreeAuditor extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped