All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rxscalajs.facade.ReplaySubjectFacade.scala Maven / Gradle / Ivy

package rxscalajs.facade
import rxscalajs.Scheduler

import scala.scalajs.js.annotation.JSImport
import scala.scalajs.js


@js.native
@JSImport("rxjs/Rx", "ReplaySubject", globalFallback = "Rx.ReplaySubject")
class ReplaySubjectFacade[T] protected() extends SubjectFacade[T] {
  def this(bufferSize: Int = ???, windowTime: Int = ???, scheduler: Scheduler = ???) = this()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy