cyclops-integration icon indicating copy to clipboard operation
cyclops-integration copied to clipboard

Home of the cyclops integration modules : support for Scala, Clojure, RxJava (1+2), Reactor, FunctionalJava, Guava, Dexx & Vavr

Results 28 cyclops-integration issues
Sort by recently updated
recently updated
newest added

Base level module for working with functions * functions with up to 8 parameters * currying * type inferencing Should consist of com.aol.cyclops.util.function with the exception of Predicates (which is...

enhancement

Move extended persistent collections out of cyclops-react and into cyclops-pcollections. Add specific HKT encodings for pcollection types. Provide typeclass instances for PStack and PVector.

enhancement

This is a base level module that will be included as a dependency in cyclops-react. Extracted to it's own module as part of cyclops-react 2.0.0 / cyclops 9.0.0 : https://github.com/aol/cyclops-react/projects/1

enhancement

Move the cyclops-react AnyM and AnyM based monad transformers to this module. As part of cyclops-react 2.0.0 to create a leaner more focused core and improve build times. HKT encoding...

enhancement

Create a common interface in cyclops-streams. simple-react has a wide range of pluggable strategies for consumption / production management (spin locking, blocking, dropping data, backoff / exp. back off etc).

enhancement
cyclops-streams

filterM, replicateM, foldRightM, takeWhileM, skipWhileM, takeUntilM, skipUntilM methods See : http://docs.typelevel.org/api/scalaz/stable/6.0/doc.sxr/scalaz/example/ExampleMonad.scala.html

enhancement

Add retry and recovery facilities for map operations for any monad type (optional, Stream, List etc)

enhancement