Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Foldable<A>

Type parameters

  • A

Hierarchy

  • Foldable

Index

Methods

Methods

fold

  • fold<B>(b: B, func: function): B
  • Type parameters

    • B

    Parameters

    • b: B
    • func: function
        • (a: A): B
        • Parameters

          • a: A

          Returns B

    Returns B

Generated using TypeDoc