|||

Pythonic FP - Iterables 4.0.0 documentation

Quick search

Overview

  • Pythonic FP - Iterables

Getting Started

  • Getting Started
  • PyPI Releases

Documentation

  • Library of functions for iterating iterables.
  • FM
  • accumulate()
  • concat()
  • drop()
  • drop_while()
  • exhaust()
  • fold_left()
  • maybe_fold_left()
  • merge()
  • reduce_left()
  • sc_reduce_left()
  • sc_reduce_right()
  • take()
  • take_split()
  • take_while()
  • take_while_split()

Index

A | C | D | E | F | M | P | R | S | T

A

  • accumulate() (in module pythonic_fp.iterables)

C

  • concat() (in module pythonic_fp.iterables)

D

  • drop() (in module pythonic_fp.iterables)
  • drop_while() (in module pythonic_fp.iterables)

E

  • exhaust() (in module pythonic_fp.iterables)

F

  • FM (class in pythonic_fp.iterables)
  • fold_left() (in module pythonic_fp.iterables)

M

  • maybe_fold_left() (in module pythonic_fp.iterables)
  • merge() (in module pythonic_fp.iterables)
  • module
    • pythonic_fp.iterables

P

  • pythonic_fp.iterables
    • module

R

  • reduce_left() (in module pythonic_fp.iterables)

S

  • sc_reduce_left() (in module pythonic_fp.iterables)
  • sc_reduce_right() (in module pythonic_fp.iterables)

T

  • take() (in module pythonic_fp.iterables)
  • take_split() (in module pythonic_fp.iterables)
  • take_while() (in module pythonic_fp.iterables)
  • take_while_split() (in module pythonic_fp.iterables)
© Copyright 2023-2025, Geoffrey R. Scheller. Created using Sphinx 8.2.3.

Styled using the Piccolo Theme