Interface ExceptionalConsumer<T>
-
public interface ExceptionalConsumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T t)
-
-
-
Method Detail
-
accept
void accept(T t) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-