函数式反应编程 Scala.Rx

码农软件 · 软件分类 · 其他开发相关 · 2019-10-23 19:13:13

软件介绍

Scala.Rx 是一个 Scala 的函数式反应编程的库,基于 FRPDeprecating the Observer Pattern 理论的实现.

简单例子:

import rx._
val a = Var(1); val b = Var(2)
val c = Rx{ a() + b() }
println(c()) // 3
a() = 4
println(c()) // 6

本文地址:https://codercto.com/soft/d/17409.html

Out of their Minds

Out of their Minds

Dennis Shasha、Cathy Lazere / Springer / 1998-07-02 / USD 16.00

This best-selling book is now available in an inexpensive softcover format. Imagine living during the Renaissance and being able to interview that eras greatest scientists about their inspirations, di......一起来看看 《Out of their Minds》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

SHA 加密
SHA 加密

SHA 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具