Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "hs/array/filter/index"

Index

Functions

Functions

filter

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

    Type parameters

    • T

    Parameters

    • hs: HyperScope

      HyperScope instance

    • hv: HyperValue<T[]>

      hyper-array

    • filterFn: IteratorFn<T, boolean>

    Returns HyperValue<T[]>

Generated using TypeDoc