query abstract method

R query(
  1. C collection
)

Function that executes the actual query and returns the result.

Implementation

R query(C collection);