Interface Neo4jIO.RowMapper<T>

All Superinterfaces:
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 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 Summary

    Modifier and Type
    Method
    Description
    mapRow(org.neo4j.driver.Record record)
     
  • Method Details