Interface Neo4jIO.RowMapper<T>

  • All Superinterfaces:
    java.io.Serializable
    Enclosing class:
    Neo4jIO
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Neo4jIO.RowMapper<T>
    extends java.io.Serializable
    An interface used by Neo4jIO.ReadAll for converting each row of a Neo4j Result record Record into an element of the resulting PCollection.
    • Method Detail

      • mapRow

        T mapRow​(org.neo4j.driver.Record record)
          throws java.lang.Exception
        Throws:
        java.lang.Exception