All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eventstore.dbclient.ThrowingBiFunction Maven / Gradle / Ivy

package com.eventstore.dbclient;

@FunctionalInterface
interface ThrowingBiFunction {

    TResult apply(TFirst first, TSecond second) throws TException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy