Package rs.kreme.ksbot.api.queries
Class FriendQuery
- java.lang.Object
-
- rs.kreme.ksbot.api.queries.Query<net.runelite.api.Friend,FriendQuery>
-
- rs.kreme.ksbot.api.queries.FriendQuery
-
public class FriendQuery extends Query<net.runelite.api.Friend,FriendQuery>
A query class for filtering and retrievingFriend
objects. Extends the genericQuery
class specialized to Friend objects.
-
-
Constructor Summary
Constructors Constructor Description FriendQuery(java.util.Collection<net.runelite.api.Friend> friends)
Constructs a FriendQuery with a given collection of friends.
-
Method Summary
-
Methods inherited from class rs.kreme.ksbot.api.queries.Query
count, empty, exists, filter, first, first, last, list, list, max, min, omit, omit, omit, random, shuffledList, shuffledList, sorted, stream, unique, withId, withName, withNameOrId, withOption, withoutId, withoutName, withoutNameOrId, withoutOption
-
-