Class BackgroundInitializer.Builder<I extends BackgroundInitializer<T>,T>

Type Parameters:
I - the type of the initializer managed by this builder.
T - the type of the object managed by the initializer.
All Implemented Interfaces:
FailableSupplier<I,Exception>
Enclosing class:
BackgroundInitializer<T>

public static class BackgroundInitializer.Builder<I extends BackgroundInitializer<T>,T> extends AbstractConcurrentInitializer.AbstractBuilder<I,T,BackgroundInitializer.Builder<I,T>,Exception>
Builds a new instance.
Since:
3.14.0