Skip to content

Commit

Permalink
feat: implement bothFastFail/eitherSuccess methods ☘️
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Apr 24, 2024
1 parent b622168 commit 75300a1
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cffu-core/src/main/java/io/foldright/cffu/Cffu.java
Original file line number Diff line number Diff line change
Expand Up @@ -719,8 +719,8 @@ public <T2, T3, T4, T5> Cffu<Tuple5<T, T2, T3, T4, T5>> cffuCombineFastFail(
//# `then either(binary input)` methods of CompletionStage:
//
// - runAfterEither*(Runnable): Void, Void -> Void
// - acceptEither*(BiConsumer): (T1, T2) -> Void
// - applyToEither*(BiFunction): (T1, T2) -> U
// - acceptEither*(Consumer): (T, T) -> Void
// - applyToEither*(Function): (T, T) -> U
////////////////////////////////////////////////////////////////////////////////

/**
Expand Down
Loading

0 comments on commit 75300a1

Please sign in to comment.