T - supplied type@FunctionalInterface public interface SqlSupplier<T>
java.util.function.Supplier that throws
a SQLException if an error occurred while the supplier was getted.| Modifier and Type | Method and Description |
|---|---|
T |
get() |
static <T> SqlSupplier<T> |
wrap(Supplier<T> inner) |
T get() throws SQLException
SQLExceptionstatic <T> SqlSupplier<T> wrap(Supplier<T> inner)
Copyright © 2019 Speedment, Inc.. All rights reserved.