Interface ThrowableTriConsumer<T,U,V,E extends Throwable>
- All Superinterfaces:
TriConsumer<T,U, 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,E extends Throwable>
extends TriConsumer<T,U,V>
-
Method Summary
-
Method Details
-
accept
- Specified by:
acceptin interfaceTriConsumer<T,U, V>
-
acceptNow
- Throws:
E
-