We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fe718 commit 7740446Copy full SHA for 7740446
src/main/java/net/imglib2/algorithm/tree/TreeUtils.java
@@ -41,7 +41,8 @@ public class TreeUtils
41
{
42
/**
43
* Find all leaf nodes of a forest.
44
- *
+ *
45
+ * @implNote op name='getLeafs', type='java.util.function.Function'
46
* @param forest
47
* the forest
48
* @return set of leaf nodes.
@@ -69,7 +70,8 @@ public static interface Consumer< T >
69
70
71
72
* Call {@link Consumer#accept(Object)} on op for every node in the forest.
73
74
+ * @implNote op name='forEach', type='org.scijava.function.Inplaces.Arity2_1'
75
76
77
* @param op
0 commit comments