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

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

Builds a new instance.
Since:
3.14.0
  • Constructor Details

  • Method Details

    • get

      public I get()
      Description copied from interface: FailableSupplier
      Supplies an object
      Returns:
      a result