Package org.neo4j.gds.executor
Interface NewConfigFunction<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
-
public interface NewConfigFunction<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CONFIGapply(java.lang.String username, org.neo4j.gds.core.CypherMapWrapper config)
-
-
-
Method Detail
-
apply
CONFIG apply(java.lang.String username, org.neo4j.gds.core.CypherMapWrapper config)
-
-