Class InGroupPredicate
java.lang.Object
org.keycloak.models.cache.infinispan.stream.InGroupPredicate
- All Implemented Interfaces:
 Predicate<Map.Entry<String,Revisioned>> 
@ProtoTypeId(65571)
public class InGroupPredicate
extends Object
implements Predicate<Map.Entry<String,Revisioned>> 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic InGroupPredicatecreate()booleantest(Map.Entry<String, Revisioned> entry)  
- 
Constructor Details
- 
InGroupPredicate
public InGroupPredicate() 
 - 
 - 
Method Details
- 
create
 - 
group
 - 
test
- Specified by:
 testin interfacePredicate<Map.Entry<String,Revisioned>> 
 
 -