Filtering CompletableFutures

When working with CompletableFuture (as opposed to Project Rector’s Mono), is there some alternative to Project Reactor’s filter() method? That is, I want the future to be empty if a passed predicate evaluates to false

In other words, I want a prettier alternative to this:

    private void consumeResultIfPresent() {
        if (isConditionMet())
            getCompletableFuture().thenAccept(this::consumeResult);
    }
    private void consumeResultIfPresent_butPrettier() {
        getCompletableFuture().filter(v -> isConditionMet()).thenAccept(this::consumeResult);
    }

Sadly, we don’t have Project Reactor in the classpath, so I have to resort to using Java’s standard concurrent libraries (which are not that bad but seemingly underfeatured)

“Fat” consumers that do their own filtering are suboptimal

This is the only (remotely) similar question I found

2

As far as I know, there’s no such thing as an empty CompletableFuture. Every CompletableFuture is associated with a possibly null value.

If the condition is not dependent on the value and can be evaluated before the CompletableFuture is done, your first method is just fine.

If the condition needs to be evalualated when the CompletableFuture is done, you’ll need to use thenAccept, thenApply or thenRun. Using Optional so we can use lambda expressions instead of blocks:

private void consumeResultIfPresent_butPrettier() {
    getCompletableFuture().thenAccept(value -> Optional.ofNullable(value)
            .filter(v -> isConditionMet())
            .ifPresent(this::consumeResult));
}

If you want to have an “empty” CompletableFuture the only thing I can think of is a CompetableFuture<Optional<T>> instead of a CompletableFuture<T>. You sill need thenAccept, but it can work on the possibly empty Optional.

private void consumeResultIfPresent_butPrettier() {
    getCompletableFuture().thenAccept(o -> o
            .filter(v -> isConditionMet())
            .ifPresent(this::consumeResult));
}

I think if you read the documentation for thenAccept it tells you how to “filter”

Returns a new CompletionStage that, when this stage completes normally,…

Then run your method,

getCompletableFuture().thenAccept(
    this::filter
).thenAccept(
    this::consumeResult
);

The filter method would then look like.

T filter( T t ){
    if(!conditionMet()) throw new ExecutionException();
    return t;
}

Now if the condition isn’t met, then the theAccept isn’t run. Since your “conditionMet” is completely not conditional on the result of the completable future, I like your first example better.

1

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật