CustomGrouping

class CustomGrouping(val grouping: (List<AccountWithImage>) -> List<GroupedAccountsItem>) : GroupingMode

Constructors

Link copied to clipboard
fun CustomGrouping(grouping: (List<AccountWithImage>) -> List<GroupedAccountsItem>)

Functions

Link copied to clipboard
open fun groupAccounts(accounts: List<AccountWithImage>): List<GroupedAccountsItem>

Properties

Link copied to clipboard
val grouping: (List<AccountWithImage>) -> List<GroupedAccountsItem>