标签: java method-reference
使用Java,我向自己介绍了CompletableFuture s。
CompletableFuture
我有一件事我不明白,如何将参数传递给已执行的函数?
示例代码:
CompletableFuture.supplyAsync(MyClass::myMethod, ???args???);