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