Skip to content

Commit 134e31c

Browse files
committed
Opify lazy package
1 parent f2c1327 commit 134e31c

File tree

1 file changed

+3
-0
lines changed
  • src/main/java/net/imglib2/algorithm/lazy

1 file changed

+3
-0
lines changed

src/main/java/net/imglib2/algorithm/lazy/Lazy.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ private Lazy()
8181
/**
8282
* Create a memory {@link CachedCellImg} with a cell {@link Cache}.
8383
*
84+
* @implNote op name='create', type='org.scijava.function.Functions.Arity4'
8485
* @param grid
8586
* @param cache
8687
* @param type
@@ -126,6 +127,7 @@ else if ( DoubleType.class.isInstance( type ) )
126127
/**
127128
* Create a memory {@link CachedCellImg} with a {@link CellLoader}.
128129
*
130+
* @implNote op name='create', type='org.scijava.function.Functions.Arity5'
129131
* @param targetInterval
130132
* @param blockSize
131133
* @param type
@@ -157,6 +159,7 @@ else if ( DoubleType.class.isInstance( type ) )
157159
* Create a memory {@link CachedCellImg} with a cell generator
158160
* {@link Consumer}.
159161
*
162+
* @implNote op name='create', type='org.scijava.function.Functions.Arity5'
160163
* @param targetInterval
161164
* @param blockSize
162165
* @param type

0 commit comments

Comments
 (0)