Skip to main

Operator

Operator

Signature - source.ts#L1418

interface Operator<T, U> {
    (source: Source<T>): Source<U>
}