Class LoadResults<T extends DomainObject>

java.lang.Object
ghidra.app.util.opinion.LoadResults<T>
Type Parameters:
T - The type of DomainObjects that were loaded
All Implemented Interfaces:
Iterable<Loaded<T>>

public class LoadResults<T extends DomainObject> extends Object implements Iterable<Loaded<T>>
The result of a load. A LoadResults object provides convenient access to and operations on the underlying Loaded DomainObjects that got loaded.