Interface ReactiveSelectOperation.SelectWithQuery<T>
- All Superinterfaces:
ReactiveSelectOperation.TerminatingSelect<T>
- All Known Subinterfaces:
ReactiveSelectOperation.ReactiveSelect<T>
,ReactiveSelectOperation.SelectWithProjection<T>
,ReactiveSelectOperation.SelectWithTable<T>
- Enclosing interface:
- ReactiveSelectOperation
public static interface ReactiveSelectOperation.SelectWithQuery<T>
extends ReactiveSelectOperation.TerminatingSelect<T>
Define a
Query
used as the filter for the SELECT
.-
Method Summary
-
Method Details
-
matching
Set theQuery
used as a filter in theSELECT
statement.- Parameters:
query
-Query
used as a filter; must not be null.- Returns:
- new instance of
ReactiveSelectOperation.TerminatingSelect
. - Throws:
IllegalArgumentException
- ifQuery
is null.- See Also:
-