Interface LazyObjects<T>

  • All Superinterfaces:
    Supplier<Collection<T>>

    public interface LazyObjects<T>
    extends Supplier<Collection<T>>
    Interface for objects created lazily. This interface provides a mechanism to register a callback of sorts, so that the ObjectIndex can request creation of objects only when they are needed.
    Author:
    Curtis Rueden