Package org.neo4j.gds

Interface Converters


  • public interface Converters
    Warning: These conversions are not safe but will fail for very large graphs. These are to be used by algorithms that migrate to the new SPI but are based on integers. The same limitations apply for those algorithms as before, but failures for very large graphs will be contained in here.
    • Method Detail

      • longToIntConsumer

        static org.neo4j.gds.api.RelationshipConsumer longToIntConsumer​(org.neo4j.gds.api.IntBinaryPredicate p)