Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 597 Bytes

functional.rst

File metadata and controls

22 lines (17 loc) · 597 Bytes

API Documentation

Streams API

The streams API enables you to read data into PyFunctional. The seq function imported with from functional import seq is actually an instance of functional.streams.Stream. Therefore, all the methods available on seq such as seq.csv are documented in the Streams class.

functional.streams

Transformations and Actions API

functional.pipeline