Package org.neo4j.gds
Interface Converters
-
public interface ConvertersWarning: 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConverters.IntIntDoublePredicate
-
Method Summary
Static Methods Modifier and Type Method Description static org.neo4j.gds.api.RelationshipConsumerlongToIntConsumer(org.neo4j.gds.api.IntBinaryPredicate p)static org.neo4j.gds.api.RelationshipWithPropertyConsumerlongToIntConsumer(Converters.IntIntDoublePredicate p)
-
-
-
Method Detail
-
longToIntConsumer
static org.neo4j.gds.api.RelationshipConsumer longToIntConsumer(org.neo4j.gds.api.IntBinaryPredicate p)
-
longToIntConsumer
static org.neo4j.gds.api.RelationshipWithPropertyConsumer longToIntConsumer(Converters.IntIntDoublePredicate p)
-
-