Sha256: a1311c4037dbb9e49d541335bf002069b4614feff7237ce28f8b1204d86a02a3
Contents?: true
Size: 663 Bytes
Versions: 1
Compression:
Stored size: 663 Bytes
Contents
--- title: Introduction description: Data transformation toolkit layout: gem-single type: gem name: dry-transformer sections: - transformation-objects - built-in-transformations - using-standalone-functions --- dry-transformer is a library that allows you to compose procs into a functional pipeline using left-to-right function composition. The approach came from Functional Programming, where simple functions are composed into more complex functions in order to transform some data. It works like `|>` in Elixir or `>>` in F#. dry-transformer provides a mechanism to define and compose transformations, along with a number of built-in transformations.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry-transformer-0.1.0 | docsite/source/index.html.md |