com.phasmidsoftware.table.Aggregation.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tableparser_2.12 Show documentation
Show all versions of tableparser_2.12 Show documentation
This project is a Scala library for facilitate comparisons in a functional style.
The newest version!
/*
* Copyright (c) 2019. Phasmid Software
*/
package com.phasmidsoftware.table
trait Aggregation[X] extends (Seq[X] => X)
//case class RowAggregation(transformers: Map[String, CellTransformation[_]]) extends Aggregation[Row]
//case class CellAggregation[X](column: String) extends Aggregation[X]