@SerializeWith(value=GroupListPredicate.ExternalizerImpl.class) public class GroupListPredicate extends Object implements Predicate<Map.Entry<String,Revisioned>>, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
GroupListPredicate.ExternalizerImpl |
Constructor and Description |
---|
GroupListPredicate() |
Modifier and Type | Method and Description |
---|---|
static GroupListPredicate |
create() |
GroupListPredicate |
realm(String realm) |
boolean |
test(Map.Entry<String,Revisioned> entry) |
public static GroupListPredicate create()
public GroupListPredicate realm(String realm)
public boolean test(Map.Entry<String,Revisioned> entry)
test
in interface Predicate<Map.Entry<String,Revisioned>>
Copyright © 2020 JBoss by Red Hat. All rights reserved.