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

org.multiverse.templates.EitherCallable Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package org.multiverse.templates;

import org.multiverse.api.Transaction;

import java.util.concurrent.Callable;


public interface EitherCallable {
        V call(Transaction tx) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy