Package org.rspeer.game.query.social
Class AssociateQuery<K extends RSAssociate,T extends Associate<K>>
- java.lang.Object
-
- org.rspeer.game.query.Query<T,RelationshipQuery<K,T>,RelationshipQueryResults<K,T>>
-
- org.rspeer.game.query.social.RelationshipQuery<K,T>
-
- org.rspeer.game.query.social.AssociateQuery<K,T>
-
- All Implemented Interfaces:
Cloneable,Predicate<T>,SelfTyped<RelationshipQuery<K,T>>,Nameable.Query<RelationshipQuery<K,T>>
- Direct Known Subclasses:
FriendsChatUserQuery
public class AssociateQuery<K extends RSAssociate,T extends Associate<K>> extends RelationshipQuery<K,T>
-
-
Constructor Summary
Constructors Constructor Description AssociateQuery(Supplier<List<T>> provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociateQuery<K,T>self()booleantest(T t)AssociateQuery<K,T>worlds(int... worlds)-
Methods inherited from class org.rspeer.game.query.social.RelationshipQuery
aliases, getDefaultProvider, nameContains, names
-
-
-
-
Method Detail
-
self
public AssociateQuery<K,T> self()
- Specified by:
selfin interfaceSelfTyped<K extends RSAssociate>- Overrides:
selfin classRelationshipQuery<K extends RSAssociate,T extends Associate<K>>
-
worlds
public AssociateQuery<K,T> worlds(int... worlds)
-
test
public boolean test(T t)
- Specified by:
testin interfacePredicate<K extends RSAssociate>- Overrides:
testin classRelationshipQuery<K extends RSAssociate,T extends Associate<K>>
-
-