Class ConstantSupplier<T>

java.lang.Object
org.simpleflatmapper.util.ConstantSupplier<T>
All Implemented Interfaces:
Supplier<T>

public class ConstantSupplier<T> extends Object implements Supplier<T>
  • Constructor Details

    • ConstantSupplier

      public ConstantSupplier(T value)
  • Method Details

    • get

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