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()
81
81
/**
82
82
* Create a memory {@link CachedCellImg} with a cell {@link Cache}.
83
83
*
84
+ * @implNote op name='create', type='org.scijava.function.Functions.Arity4'
84
85
* @param grid
85
86
* @param cache
86
87
* @param type
@@ -126,6 +127,7 @@ else if ( DoubleType.class.isInstance( type ) )
126
127
/**
127
128
* Create a memory {@link CachedCellImg} with a {@link CellLoader}.
128
129
*
130
+ * @implNote op name='create', type='org.scijava.function.Functions.Arity5'
129
131
* @param targetInterval
130
132
* @param blockSize
131
133
* @param type
@@ -157,6 +159,7 @@ else if ( DoubleType.class.isInstance( type ) )
157
159
* Create a memory {@link CachedCellImg} with a cell generator
158
160
* {@link Consumer}.
159
161
*
162
+ * @implNote op name='create', type='org.scijava.function.Functions.Arity5'
160
163
* @param targetInterval
161
164
* @param blockSize
162
165
* @param type
You can’t perform that action at this time.
0 commit comments