Function matchesAny

  • Parameters

    Returns ((e) => boolean)

      • (e): boolean
      • Parameters

        • e: any

        Returns boolean

    Example

    bus.listen(matchesAny(Actions.complete, Actions.error), handler)