public static interface

DataFrame.Aggregate

implements DataFrame.Function<I, O>
joinery.DataFrame.Aggregate<I, O>

Class Overview

A function that converts lists of data frame values to aggregate results.

Implementors define apply(Object) to accept a list of data frame values as input and return an aggregate result.

Summary

[Expand]
Inherited Methods
From interface joinery.DataFrame.Function