Count

class Count(val size: Int) : GroupStrategy

A class representing a count-based grouping strategy.

Constructors

Link copied to clipboard
constructor(size: Int)

Properties

Link copied to clipboard
open override val size: Int

The number of items to group together.