Package org.icij.datashare.function
Interface ThrowingBiFunction<T,U,R>
-
- All Superinterfaces:
java.util.function.BiFunction<T,U,R>
public interface ThrowingBiFunction<T,U,R> extends java.util.function.BiFunction<T,U,R>Created by julien on 4/18/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Rapply(T t, U u)RapplyThrows(T t, U u)
-