query method

PlexQuery<T> query()

Start a fluent query.

Implementation

PlexQuery<T> query() => PlexQuery<T>(this);