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

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

Builds a new instance.
Since:
3.14.0
  • Constructor Details Link icon

    • Builder Link icon

      public Builder()
      Constructs a new instance.
  • Method Details Link icon

    • get Link icon

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