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
  •  | 
  •  

質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top