RxJava2 Study
Introduction
RxJava Guide
유용한 함수들
Using 사용법
Combinelatest 사용해보자
그룹핑
Collection 함수들
Multicasting,Replaying,Caching
Multicasting 이해
Connection 연결관리
refCount 와 share 가 무엇일까?
Replaying 와 caching
Subject
PublishSubject
BehaviorSubject
ReplaySubject
AsyncSubject
UnicastSubject
Switching,Throttling,Window..
Buffering
windowing
Throttling
switching
Flowables and Backpressure
What is Backpressure
Using Flowable
Backpressure in Flowable
Using Subscriber
Creating a Flowable with Backpressure
Backpressure Operators
Using Flowable.generate
Transformers and Custom Operators
Transformers
Using Compose
Compose with Parameters
Avoiding shared state with Transformers
Implement Operator
RxJava2 Testing & Debugging
JUnit Setting
BlockingSubscribe
Blocking Functions
TestObserver and TestSubscriber
Using TestScheduler and control Time
Debugging RxJava2
subscribewith 와 subscribe 차이점
동시성과 병렬화
유용한 함수들
Powered by
GitBook
Transformers and Custom Operators
RxJava 에서는 자신만의 커스텀 함수를 만들기 위해 두가지를 제공한다.
compose()
lift()
이 두가지는 Observable , Flowable을 지원한다.
그럼 이 두가지 내용에 대해서 알아보자
results matching "
"
No results matching "
"