Interface SqlSupplier<O>

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface SqlSupplier<O>
    Acts as a Supplier with possible SQLException

    Created on 25/08/2022.

    Since:
    1.1.4
    Author:
    Tony Chemit - dev@tchemit.fr