Skip to content
John McClean edited this page Jul 5, 2018 · 247 revisions

Cyclops X wiki

This is a work in progress. For cyclops-react v1 wiki see here

Getting started

Add cyclops X as a dependency to your project

compile 'com.oath.cyclops:cyclops:x.y.z'

Overview

  • Persistent Collections
  • Control Structures
  • Core Reactive Programming
  • Companion Classes
  • Functions and lamdas
  • Pattern matching
  • Tuples and boxes
  • Reactive Collections
  • FutureStreams
  • AnyM
  • Pure functional programming

Core Patterns

  • For comprehensions
  • Folding
  • Sequence and Traverse
  • Lazy and Strict operations
  • Synchronous and asynchronous operations
  • Simulation of higher kinded types
Clone this wiki locally