Skip to content

Commit 7740446

Browse files
committed
Opify tree package
1 parent 97fe718 commit 7740446

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/net/imglib2/algorithm/tree/TreeUtils.java

+4-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ public class TreeUtils
4141
{
4242
/**
4343
* Find all leaf nodes of a forest.
44-
*
44+
*
45+
* @implNote op name='getLeafs', type='java.util.function.Function'
4546
* @param forest
4647
* the forest
4748
* @return set of leaf nodes.
@@ -69,7 +70,8 @@ public static interface Consumer< T >
6970

7071
/**
7172
* Call {@link Consumer#accept(Object)} on op for every node in the forest.
72-
*
73+
*
74+
* @implNote op name='forEach', type='org.scijava.function.Inplaces.Arity2_1'
7375
* @param forest
7476
* the forest
7577
* @param op

0 commit comments

Comments
 (0)