com.scalar.dl.ledger.service.ThrowableFunction Maven / Gradle / Ivy
package com.scalar.dl.ledger.service;
@FunctionalInterface
public interface ThrowableFunction {
R apply(T t) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy