
com.eventstore.dbclient.ThrowingFunction Maven / Gradle / Ivy
package com.eventstore.dbclient;
@FunctionalInterface
interface ThrowingFunction {
TResult apply(TInput first) throws TException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy