SodiumFRP / sodium

Sodium - Functional Reactive Programming (FRP) Library for multiple languages
http://sodium.nz/
Other
848 stars 138 forks source link

Add Behavior class to Scala version as in the C# version #127

Closed the-real-blackh closed 6 years ago

the-real-blackh commented 6 years ago

https://github.com/SodiumFRP/sodium/blob/master/c%23/src/Sodium/Sodium/Behavior.cs

jam40jeff commented 6 years ago

The Behavior class is mostly a rename of the Cell class with a couple methods removed. The new Cell class contains the discrete cell behavior (and uses an underlying Behavior for its implementation in C#).

newca12 commented 6 years ago

Fixed in 8c5b3d345fa6fba72ef8c8a7daff858c61958e15