AggregationFactory

Factory class for accessing predefined aggregation schemes.

Constructors

Link copied to clipboard
constructor(vararg entries: Aggregation)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun add(entry: Aggregation)
Link copied to clipboard
fun find(name: String?): Aggregation?
Link copied to clipboard
operator fun get(name: String?): Aggregation
Link copied to clipboard
Link copied to clipboard