Interface FluentQuery<T>

All Known Subinterfaces:
FluentQuery.FetchableFluentQuery<T>, FluentQuery.ReactiveFluentQuery<T>

public interface FluentQuery<T>
Fluent interface to define and run a query along with projection and sorting and. Instances of FluentQuery are immutable.
Since:
2.6
Author:
Mark Paluch