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 Java version as in the C# version #126

Open the-real-blackh opened 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#).