You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: applications/algorithms/machinery/src/main/java/org/neo4j/gds/applications/algorithms/machinery/StatsResultBuilder.java
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,7 @@
23
23
24
24
importjava.util.Optional;
25
25
26
-
/**
27
-
* This builder supports any type of result you could want to build - famous last words.
28
-
* The idea is, you specialise it for use cases, and the wide parameter lists functions like a union type
29
-
* , so not every implementation will make use of every parameter, but the abstraction covers all.
30
-
* In-layer generic usage includes injecting the Graph, hence it is a parameter to the build method.
31
-
* Out-layer would be injecting custom dependencies as part of a constructor in the implementing class.
32
-
* An example could be a boolean determined at runtime, governing which bits of data to output.
Copy file name to clipboardExpand all lines: applications/algorithms/machinery/src/main/java/org/neo4j/gds/applications/algorithms/machinery/StreamResultBuilder.java
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,7 @@
25
25
importjava.util.Optional;
26
26
importjava.util.stream.Stream;
27
27
28
-
/**
29
-
* This builder supports any type of result you could want to build - famous last words.
30
-
* The idea is, you specialise it for use cases, and the wide parameter lists functions like a union type
31
-
* , so not every implementation will make use of every parameter, but the abstraction covers all.
32
-
* In-layer generic usage includes injecting the Graph, hence it is a parameter to the build method.
33
-
* Out-layer would be injecting custom dependencies as part of a constructor in the implementing class.
34
-
* An example could be a boolean determined at runtime, governing which bits of data to output.
0 commit comments