Package me.saro.kit.functions
Interface ThrowableTriConsumer<T,U,V>
- Type Parameters:
T- input parameter type TU- input parameter type UV- input parameter type V
- 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 ThrowableTriConsumer<T,U,V>
Throwable
TriConsumer- Since:
- 1.0.0
- Author:
- PARK Yong Seo
- See Also:
Consumer
-
Method Details
-
accept
- Parameters:
t- input parameter type Tu- input parameter type Uv- input parameter type V- Throws:
java.lang.Exception- See Also:
Consumer
-