Mono.fromCallable(() -> someApi.asyncCall()) .filter(Optional::isPresent) .map(Optional::get) 顯然,這不是理想的,因為在可呼叫函式完成之後它使用兩個運算子。
確定! 回上一頁