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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top