Interface NotNullValueSupplier<T>

  • All Superinterfaces:
    java.util.function.Supplier<T>

    public interface NotNullValueSupplier<T>
    extends java.util.function.Supplier<T>
    • Method Detail

      • get

        @NotNull
        T get()
        Specified by:
        get in interface java.util.function.Supplier<T>