Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえばObservable(3, 2, 1)、メソッドを使用する必要がありますが、ここまたはここdef apply[T](items : T*) : rx.lang.scala.Observable[T]には存在しません
Observable(3, 2, 1)
def apply[T](items : T*) : rx.lang.scala.Observable[T]
誰か説明を手伝ってくれませんか?
それはそこにある。ちょうど 8 日前にこの commitで変更されたため、正しいバージョンを確認する必要があります。