All Downloads are FREE. Search and download functionalities are using the official Maven repository.

axle.stats.EnrichedCaseGenTraversable.scala Maven / Gradle / Ivy

The newest version!
package axle.stats

import scala.collection.GenTraversable

import spire.algebra.Field

// Note: Actually enriching an Iterable (TODO fix)

case class EnrichedCaseGenTraversable[A: Manifest, N: Field](cgt: Iterable[Case[A, N]]) {
  def ∧(): Case[List[A], N] = CaseAndGT(cgt)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy