public class RoleQueryPredicate extends Object implements Predicate<Map.Entry<String,Revisioned>>, Serializable
| Constructor and Description |
|---|
RoleQueryPredicate() |
| Modifier and Type | Method and Description |
|---|---|
static RoleQueryPredicate |
create() |
RoleQueryPredicate |
role(String role) |
boolean |
test(Map.Entry<String,Revisioned> entry) |
public static RoleQueryPredicate create()
public RoleQueryPredicate role(String role)
public boolean test(Map.Entry<String,Revisioned> entry)
test in interface Predicate<Map.Entry<String,Revisioned>>Copyright © 2016 JBoss by Red Hat. All rights reserved.