
com.tinkerpop.gremlin.util.function.ThrowingSupplier Maven / Gradle / Ivy
package com.tinkerpop.gremlin.util.function;
/**
* @author Stephen Mallette (http://stephen.genoprime.com)
*/
@FunctionalInterface
public interface ThrowingSupplier {
public T get() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy