Skip to content

Example of using RxJava to zip multiple observables into a single observable

License

Notifications You must be signed in to change notification settings

gregwhitaker/rxjava-zip-example

Repository files navigation

rxjava-zip-example

Build Status

This example shows how multiple Observables can be zipped into an Observable that emits a single item.

In the example three Observables emit random integers once per second. The emitted integers are collapsed into a single Observable that determines which Observable emitted the highest number.

Running the Example

The example can be run using the following gradle command:

$ ./gradlew run

License

Copyright 2016 Greg Whitaker

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Example of using RxJava to zip multiple observables into a single observable

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages