Package ghidra.app.decompiler.parallel
Interface DecompilerReducer<R,D>
-
public interface DecompilerReducer<R,D>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
reduce(java.util.List<DominantPair<Address,D>> list)
-
-
-
Method Detail
-
reduce
R reduce(java.util.List<DominantPair<Address,D>> list)
-
-