treelzebub
08/17/2016, 7:47 PM/**
* A filter to apply to the full list of attached accounts.
*
* @param List<Account> The complete list of Accounts.
* @param Boolean Whether the Account is active.
*/
val filterAccounts: (List<Account>, Boolean) -> List<Account>