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

com.transferwise.common.baseutils.function.FunctionWithException Maven / Gradle / Ivy

package com.transferwise.common.baseutils.function;

@FunctionalInterface
public interface FunctionWithException {

  @SuppressWarnings("RedundantThrows")
  R apply(T t) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy