Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "hs/array/every/index"

Index

Functions

Functions

every

  • works similarly to Array.every but accepts hyper-array. It returns a hyper-value of boolean that always equals to result of applying Array.every method to the original array

    Type parameters

    • T

      type of hyper-array item

    Parameters

    • hs: HyperScope

      HyperScope instance

    • hv: HyperValue<T[]>

      hyper-array

    • iterator: IteratorFn<T, boolean>

      function to be called for each item

    Returns HyperValue<boolean>

Generated using TypeDoc