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

formidable.BindRx.scala Maven / Gradle / Ivy

The newest version!
package formidable

trait BindRx[I,O] {
  def bind(inp: I, value: O): Unit
  def unbind(inp: I): rx.Rx[scala.util.Try[O]]
  def reset(inp: I): Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy