cannot find def apply[T](items : T*) : rx.lang.scala.Observable[T] in Observable in rxjava

StackOverflow https://stackoverflow.com/questions/20648452

  •  19-09-2022
  •  | 
  •  

Question

For example, Observable(3, 2, 1) should be using the method def apply[T](items : T*) : rx.lang.scala.Observable[T], but it does not exist here or here

Could anyone please help explain?

Was it helpful?

Solution

It's there. You just have to look at the right version, because it changed in this commit, just 8 days ago.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top