Aggregator

trait Aggregator[T] extends Seq[Quantity[T]] => Quantity[T] with Serializable
Companion
object
trait Serializable
trait Seq[Quantity[T]] => Quantity[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(times: Seq[Quantity[T]]): Quantity[T]
def data(times: Seq[Quantity[T]]): MeasurementData[T]
def name: String

Inherited methods

@unspecialized
def andThen[A](g: Quantity[T] => A): Seq[Quantity[T]] => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Seq[Quantity[T]]): A => Quantity[T]
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1