Class InClientPredicate
java.lang.Object
org.keycloak.models.cache.infinispan.stream.InClientPredicate
- All Implemented Interfaces:
 Predicate<Map.Entry<String,Revisioned>> 
@ProtoTypeId(65570)
public class InClientPredicate
extends Object
implements Predicate<Map.Entry<String,Revisioned>> 
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic InClientPredicatecreate()booleantest(Map.Entry<String, Revisioned> entry)  
- 
Constructor Details
- 
InClientPredicate
public InClientPredicate() 
 - 
 - 
Method Details
- 
create
 - 
client
 - 
test
- Specified by:
 testin interfacePredicate<Map.Entry<String,Revisioned>> 
 
 -