SPeCS Packages Documentation
    Preparing search index...

    Interface Transformation<G1, G2>

    Represents a transformation that can be applied to the graph as a whole. See BaseGraph.Class.apply.

    interface Transformation<G1 extends BaseGraph.Class, G2 extends BaseGraph.Class> {
        apply: (graph: G1) => G2;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    apply: (graph: G1) => G2