@eagleoutice/flowr - v2.10.4
    Preparing search index...

    For the specifications of pure etc. please have a look at InputClassifierFunctionIdentifiers.

    interface InputClassifierConfig<
        Functions extends
            InputClassifierFunctionIdentifiers
            | FlowrSearchLike = readonly Identifier[] | FlowrSearchLike,
    > {
        const?: Functions;
        dconst?: Functions;
        ffi?: Functions;
        file?: Functions;
        lang?: Functions;
        net?: Functions;
        options?: Functions;
        param?: Functions;
        pure?: Functions;
        rand?: Functions;
        scope?: Functions;
        system?: Functions;
        unknown?: Functions;
    }

    Type Parameters

    Hierarchy

    Hierarchy-Diagram

    UML class diagram of InputClassifierConfig
    Index

    Properties

    const?: Functions
    dconst?: Functions
    ffi?: Functions
    file?: Functions
    lang?: Functions
    net?: Functions
    options?: Functions
    param?: Functions
    pure?: Functions

    Functions which are considered to be pure (i.e., deterministic, trusted, safe, idempotent on the lub of the input types)

    rand?: Functions
    scope?: Functions
    system?: Functions
    unknown?: Functions