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

org.scalajs.rx.Pattern.scala Maven / Gradle / Ivy

The newest version!
package org.scalajs.rx

import scala.scalajs.js

/**
  * Pattern object that matches when a collection observable sequences have an available value.
  * @author [email protected]
  */
@js.native
trait Pattern[T] extends Observable[T]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy