Interface | Description |
---|---|
Attempt.UncheckedBiConsumer<T,U,E extends Exception> | |
Attempt.UncheckedConsumer<T,E extends Exception> | |
Attempt.UncheckedFunction<T,R,E extends Exception> | |
Attempt.UncheckedRunnable<E extends Exception> | |
Attempt.UncheckedSupplier<T,E extends Exception> |
Class | Description |
---|---|
Attempt |
unchecked function
将对象抛出的异常转交至函数
|
Copyright © 2024. All rights reserved.