Function every

  • Check if all values satisfy a test.

    Type Parameters

    • K

    • V

    Parameters

    • x: Map<K, V>

      a map

    • ft: TestFunction<K, V>

      test function (v, k, x)

    Returns boolean

    true if ft(vᵢ) = true for all [kᵢ, vᵢ] ∈ x

Generated using TypeDoc