Interface NotNullValueSupplier<T>

  • All Superinterfaces:
    Supplier<T>

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

      • get

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