Shopify/livedata-ktx

Create `combineWith` operator

fcavedon opened this issue · 0 comments

Create a combineWith operator as follows:

  • Should accept 2 source LiveDatas
  • Should accept a mapper function, such that f(X?, Y?) -> Z?, where X and Y are the types emitted by the sources
  • Should return a LiveData<Z?>