public interface LazyObjects<T> extends Supplier<Collection<T>>
ObjectIndex can request
 creation of objects only when they are needed.| Modifier and Type | Method and Description | 
|---|---|
Collection<T> | 
get()
Gets the collection of objects. 
 | 
Collection<T> get()
get in interface Supplier<Collection<T>>Copyright © 2015–2022 SciJava. All rights reserved.