- java.lang.Object
-
- org.scijava.ops.engine.matcher.reduce.AbstractInfoReducer
-
- org.scijava.ops.engine.matcher.reduce.ComputerReducer
-
- All Implemented Interfaces:
InfoReducer
public class ComputerReducer extends AbstractInfoReducer
-
-
Constructor Summary
Constructors Constructor Description ComputerReducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intarityOf(Class<?> rawType)protected booleanisReducerType(Class<?> functionalInterface)protected Class<?>ofArity(int reducedArity)-
Methods inherited from class org.scijava.ops.engine.matcher.reduce.AbstractInfoReducer
canReduce, reduce
-
-
-
-
Method Detail
-
isReducerType
protected boolean isReducerType(Class<?> functionalInterface)
- Specified by:
isReducerTypein classAbstractInfoReducer
-
arityOf
protected int arityOf(Class<?> rawType)
- Specified by:
arityOfin classAbstractInfoReducer
-
ofArity
protected Class<?> ofArity(int reducedArity)
- Specified by:
ofArityin classAbstractInfoReducer
-
-