
org.smallibs.util.FunctionWithError Maven / Gradle / Ivy
/*
* HPAS
* https://github.com/d-plaindoux/hpas
*
* Copyright (c) 2016-2017 Didier Plaindoux
* Licensed under the LGPL2 license.
*/
package org.smallibs.util;
@FunctionalInterface
public interface FunctionWithError {
R apply(T t) throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy