1 रिपॉजिटरी
Language-level additions that provide a more readable, chained method call syntax for existing types.
Distinct from Syntax Extensions: Distinct from general Syntax Extensions: focuses on adding fluent API-style method calls to standard types via implicits.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Fluent. Refine with filters or upvote what's useful.
Scalaz is a functional programming library for Scala that provides a collection of purely functional data structures and type classes. It functions as a framework for organizing functional behaviors into hierarchies to enable generic programming and type-safe transformations. The library includes tools for composing and managing nested functional effects within a single type stack through a monad transformer system. It provides data structures for representing and combining input, output, and optionality effects. The project covers a broad surface of functional abstractions, including the im
Uses implicit extensions to provide fluent method call syntax on standard data structures.