| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.util |
| 限定符和类型 | 方法和说明 |
|---|---|
default CheckedSupplier<Void> |
CheckedRunnable.toSupplier()
Convert the runnable to a supplier.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <R> Try<R> |
Try.of(CheckedSupplier<R> supplier)
Create an action that does nothing and returns a result.
|
Copyright © 2024. All rights reserved.