quarks.connectors.jdbc

Interface CheckedSupplier<T>

  • Type Parameters:
    T - stream tuple type
    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 CheckedSupplier<T>
    Function that supplies a result and may throw an Exception.
    • Method Detail

      • get

        T get()
        throws java.lang.Exception
        Get a result.
        Returns:
        the result
        Throws:
        java.lang.Exception - if there are errors

Copyright IBM 2015,2016 - 2f6ad0e-20160307-0902