reactivex tag

2 questions


1 answers
121 views
0
How ReactiveX can serialize asynchronous communications and synthesize results

Please tell me how ReactiveX can serialize asynchronous communication and synthesize results.I use rxswift, but I don't tag any specific language because I think it's the same concept.Currently, funct...


1 answers
91 views
0
Why the Lambda formula can be passed to the RxJava method compose argument

For example, the method compose of Observable is defined as follows:I think the argument should be given a variable of type ObservableTransformer, but why can I give it a function of type Lambda?@Supp...

1 years ago

© 2024 OneMinuteCode. All rights reserved.