com.github.housepower.jdbc.misc.CheckedSupplier Maven / Gradle / Ivy
package com.github.housepower.jdbc.misc;
/**
* Copyright (C) 2018 SpectX
* Created by Lauri Nõmme
* 12.12.2018 16:04
*/
public interface CheckedSupplier {
R get() throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy