Package me.saro.commons.function
Interface ThrowableTriFunction<T,U,V,R>
-
- Type Parameters:
T- input parameter type TU- input parameter type UV- input parameter type VR- output return type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ThrowableTriFunction<T,U,V,R>ThrowableTriFunction- Since:
- 0.1
- Author:
- PARK Yong Seo
- See Also:
Function