?? LoggerConsumer<E extends Exception>
- ????:
E
- The type of the exception that may be thrown.
- ????:
- ????????, ????? lambda ??????????????
An operation that accepts a
Logger
argument and produces no result.
This is a functional interface and can be used as the assignment target for a lambda expression or method reference.
- ???????:
- 1.4
-
????