- All Implemented Interfaces:
- com.google.common.base.Predicate<User>,- Predicate<User>
public class MemberOfGroup
extends Object
implements com.google.common.base.Predicate<User> 
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 Methods inherited from interface com.google.common.base.Predicateequals, test
- 
Constructor Details
- 
MemberOfGrouppublic MemberOfGroup(String group) 
- 
MemberOfGrouppublic MemberOfGroup(String[] groups) 
 
- 
Method Details
- 
applypublic boolean apply(User user) 
- Specified by:
- applyin interface- com.google.common.base.Predicate<User>