headerSorter property

Comparator<H>? headerSorter
final

Optional Function that helps sort the groups by comparing the H headers.

Implementation

final Comparator<H>? headerSorter;