Interface NotNullValueSupplier<T>

All Superinterfaces:
Supplier<T>

public interface NotNullValueSupplier<T> extends Supplier<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

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