#46 CQueryAdapter

Fechado
há 4 anos atrás aberto por ranides · 0 comentários

CQueryAdapter which allows definition of query, but without source.

This adapter can be then applied on existing query.

query2 = query.filter(a).map(b).split(c)
````

adapter = adapter().filter(a).map(b).split(c); query2 query.apply(adapter) ```

CQueryAdapter which allows definition of query, but without source. This adapter can be then applied on existing query. ``` query2 = query.filter(a).map(b).split(c) ```` ``` adapter = adapter().filter(a).map(b).split(c); query2 query.apply(adapter) ```
ranides referenciou este problema num commit há 4 anos atrás
ranides referenciou este problema num commit há 4 anos atrás
#46
ranides referenciou este problema num commit há 4 anos atrás
#46
Faça login para participar desta conversação.
Sem Objetivo
Sem utilizador atribuido
1 Participantes
A carregar...
Cancelar
Guardar
Ainda não existe conteúdo.