@adviser/cement - v0.0.0
    Preparing search index...

    Interface StreamMap<T, U>

    interface StreamMap<T, U> {
        Map(s: T, idx: number): U | Promise<U>;
        Close?: () => void;
    }

    Type Parameters

    • T
    • U
    Index

    Properties

    Methods

    Properties

    Close?: () => void

    Methods