If you have RxSwiftExt, you can simply use the errors() and elements() operators: stream.elements() .debug("elements") .subscribe() stream.errors() ...
確定! 回上一頁