File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/java/net/imglib2/algorithm/lazy Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments