Module operators

The operator functions are the heart of the library!

The operators produce the transIterators that can be chained together in order to produce the desired behaviour.

This module will export ALL operators.

Example

import { operator } from 'itr8/operators'

You can also import more specifically what you need:

import { operator } from 'itr8/operators/operatorGroup/operatorName'

You can also import all from a single group with

import { operator } from 'itr8/operators/operatorGroup'

Index

Functions - Other

Functions - operators/async

Functions - operators/boolean

Functions - operators/general

Functions - operators/numeric

Functions - operators/strings

Functions - operators/timeBased

Generated using TypeDoc