ofUser static method

FriendsQuery ofUser(
  1. UserId id
)

Implementation

static FriendsQuery ofUser(UserId id) {
  return FriendsQuery(id);
}