-
Notifications
You must be signed in to change notification settings - Fork 136
Home
John McClean edited this page Sep 11, 2018
·
247 revisions
This is a work in progress. For cyclops-react v1 wiki see here
Add cyclops X as a dependency to your project
compile 'com.oath.cyclops:cyclops:x.y.z'
- Persistent Collections
-
Control Structures
- Eval : monadic evaluation
- Option : a safe, eager Option type
- Core Reactive Programming
- Companion Classes
- Functions and lamdas
- Pattern matching
- Tuples and boxes
- Reactive Collections
- FutureStreams
- AnyM
- Pure functional programming
- For comprehensions
- Extracting values from Cyclops types (e.g. Option, ImmutableList)
- Folding
- Sequence and Traverse
- Lazy and Strict (eager) operations
- Synchronous and asynchronous operations
- Simulation of higher kinded types
- Sealed type hierarchies
- Semigroups, Monoids, Reducers
oops - my bad