transform abstract method

Query<Object?> transform(
  1. Query<Object?> q
)

Override this method to implement the way you want to transform the given Query q.

Implementation

Query transform(Query q);