public class AccountPredicates extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
hasActive(Predicate<AccountState> p) |
static Predicate<AccountState> |
id(Account.Id accountId) |
static Predicate<AccountState> |
isActive() |
public static boolean hasActive(Predicate<AccountState> p)
public static Predicate<AccountState> id(Account.Id accountId)
public static Predicate<AccountState> isActive()