Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJavaOperaterExample

발표 자료

Google Slide

정리되어 있는 Operator

생성 연산자

  1. Just
  2. FromIterable
  3. Defer

변환 연산자 (1 to N)

  1. Map
  2. FlatMap
  3. SwitchMap
  4. ConcatMap
  5. GroupBy

변환 연산자 (N to 1)

  1. toXXX
  2. Merge
  3. Concat
  4. Zip

유틸 연산자 (추가 예정)

  1. doOnXXX
  2. onErrorReturn
  3. onErrorReturnItem
  4. onErrorResumeNext
  5. Retry
  6. RetryUntil
  7. RetryWhen

About

RxJava Operator가 정리되어 있습니다

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages