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

Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top