Package jakarta.nosql.column
Interface SelectQueryConverter
-
- All Superinterfaces:
BiFunction<SelectQuery,ColumnObserverParser,ColumnQueryParams>
public interface SelectQueryConverter extends BiFunction<SelectQuery,ColumnObserverParser,ColumnQueryParams>
A converter that convertsSelectQuery
toColumnQueryParams
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
-