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

com.gitee.l0km.aocache.ThrowingCallable Maven / Gradle / Ivy

There is a newer version: 0.4.5
Show newest version
package com.gitee.l0km.aocache;

interface ThrowingCallable {
    /**
     * Computes a result, or throws an exception if unable to do so.
     *
     * @return computed result
     * @throws Exception if unable to compute a result
     */
    V call() throws E;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy