mona-dish
    Preparing search index...

    Class FormDataCollector

    Form data collector for key value pair streams

    Implements

    • ICollector<{ key: string; value: any }, FormData>
    Index
    finalValue: FormData = ...

    the final result after all the collecting is done

    • this method basically takes a single stream element and does something with it (collecting it one way or the other in most cases)

      Parameters

      • element: { key: string; value: any }

      Returns void