Class LazyOpener<T>

java.lang.Object
com.apple.foundationdb.record.lucene.codec.LazyOpener<T>
Type Parameters:
T - the type of object that the opener returns

public class LazyOpener<T> extends Object
Class to lazily "open" something that may throw an IOException when opening.