Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RxAVQuery #9

Open
wujun4code opened this issue May 29, 2017 · 0 comments
Open

RxAVQuery #9

wujun4code opened this issue May 29, 2017 · 0 comments
Labels

Comments

@wujun4code
Copy link
Member

RxAVQuery

是构建针对 RxAVObject 的查询基础类

基本查询

let query = RxAVQuery(className: "SwiftTodo").equalTo(key: "foo", value: "bar")
query.find().map { (list) -> Array<String> in
    return list.map({ (obj) -> String in
        return obj.objectId!
    })
}.subscribe (onNext: { response in
    print(response) }
)
@wujun4code wujun4code added the doc label May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant