Class MutableSupplier<T>

java.lang.Object
org.qubership.atp.dataset.utils.MutableSupplier<T>
All Implemented Interfaces:
Supplier<T>

public class MutableSupplier<T> extends Object implements Supplier<T>
  • Method Details

    • create

      public static <T> MutableSupplier<T> create()
    • get

      public T get()
      Specified by:
      get in interface Supplier<T>
    • set

      public T set(T value)
      Sets a value to a supplier.