
com.moon.mapping.processing.ThrowingSupplier Maven / Gradle / Ivy
package com.moon.mapping.processing;
/**
* @author benshaoye
*/
@FunctionalInterface
interface ThrowingSupplier {
/**
* get an object
*
* @return object
*/
T get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy