A Light weight Actor Model library that helps communication between Components in a Message Driven manner
a library that helps avoiding the switch/case and if/else massive blocks through a table lookup technique
An Annotation processor that allows binding two classes with each other, where the first class can listen to the updates of the second class ... ideal for MVVM and similar patterns
A library that provides a set of functional patterns to enable chaining operations one after another, also helps not cutting RxJava2 streams
A Java library that enables applying Functional Programming concepts like currying and partial application for functions, also it supports types like Either, Try, etc... using RxJava 2 interfaces, compatible with Java 7 and above