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

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