eschrag
12/21/2017, 3:14 PMObservable.zip(aObservable,
bObservable,
cObservable,
dObservable,
Function4<A, B, C, D, CombinedType>
{ a, b, c, d ->
// build CombinedType here
})
has worked for me (for an example combining four types)