• Tests whether all items in the data satisfy the predicate pred.

    Type Parameters

    • T

    Parameters

    • foldable: Foldable<T>

      The instance of Foldable for T.

    Returns (<A>(pred) => ((data) => boolean))

    The test result.

      • <A>(pred): ((data) => boolean)
      • Type Parameters

        • A

        Parameters

        • pred: ((a) => boolean)
            • (a): boolean
            • Parameters

              • a: A

              Returns boolean

        Returns ((data) => boolean)

          • (data): boolean
          • Parameters

            Returns boolean

Generated using TypeDoc