funKTionale v0.9.6 Release Notes

Release Date: 2016-11-23 // over 7 years ago
    • Partial Function (different to Partial applied functions)
    • 🐎 Memoization improved performance
    • memoize() for () -> R
    • partially1() (a.k.a bind()) for (P1) -> R
    • paired()and unpaired() to transform between (P1, P2) -> R to (Pair<P1, P2>) -> R and backwards
    • tripled()and untripled() to transform between (P1, P2, P3) -> R to (Triple<P1, P2, P3>) -> R and backwards
    • validate() functions