Skip to content

Commit

Permalink
Opify tree package
Browse files Browse the repository at this point in the history
  • Loading branch information
gselzer committed Dec 21, 2023
1 parent 9194cdd commit 0785d40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/net/imglib2/algorithm/tree/TreeUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ public class TreeUtils
{
/**
* Find all leaf nodes of a forest.
*
*
* @implNote op name='getLeafs', type='java.util.function.Function'
* @param forest
* the forest
* @return set of leaf nodes.
Expand Down Expand Up @@ -69,7 +70,8 @@ public static interface Consumer< T >

/**
* Call {@link Consumer#accept(Object)} on op for every node in the forest.
*
*
* @implNote op name='forEach', type='org.scijava.function.Inplaces.Arity2_1'
* @param forest
* the forest
* @param op
Expand Down

0 comments on commit 0785d40

Please sign in to comment.