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
SQLException
static <T> SqlSupplier<T> wrap(Supplier<T> inner)
Copyright © 2018 Speedment, Inc.. All rights reserved.