T
- the acceptable value typeE
- the exception type@FunctionalInterface public interface TryConsumer<T,E extends Throwable>
Consumer
with exception.Modifier and Type | Method and Description |
---|---|
void |
accept(T value)
Accepts a value and process it.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.