Skip to content

Instantly share code, notes, and snippets.

@VicMikhailau
VicMikhailau / RxJava3
Created July 31, 2020 11:38
RxJava2->RxJava3
io.reactivex.android.schedulers.AndroidSchedulers
to
io.reactivex.rxjava3.android.schedulers.AndroidSchedulers
io.reactivex.schedulers.Schedulers
to
io.reactivex.rxjava3.schedulers.Schedulers
io.reactivex.Observable
to

Keybase proof

I hereby claim:

  • I am vicmikhailau on github.
  • I am vicmikhailau (https://keybase.io/vicmikhailau) on keybase.
  • I have a public key ASC_aOaQ1LkZlMGDGwp_hE4u_AFSt5OdsSPhOCdFoEBiQwo

To claim this, I am signing this object:

/*
* Copyright (C) 2014 skyfish.jy@gmail.com
*
* 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