#46 CQueryAdapter

已关闭
ranides4 年之前创建 · 0 条评论
ranides 评论于 4 年之前

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) ```
ranides4 年之前 关闭
ranides 在代码提交 4 年之前 中引用了该工单
ranides 在代码提交 4 年之前 中引用了该工单
#46
ranides 在代码提交 4 年之前 中引用了该工单
#46
登录 并参与到对话中。
未选择里程碑
未指派成员
1 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。