Interface GraphExporter.ComponentIdProvider<T>

  • Type Parameters:
    T - any type
    All Superinterfaces:
    Function<T,​String>
    Enclosing class:
    GraphExporter<N,​E>

    public static interface GraphExporter.ComponentIdProvider<T>
    extends Function<T,​String>
    Shorthand-type for the extended functional interface.