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

com.phasmidsoftware.table.Aggregation.scala Maven / Gradle / Ivy

Go to download

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]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy