-
-
Notifications
You must be signed in to change notification settings - Fork 659
Open
Description
- Can Either add a result consumer method.
/**
* Consume the given result. in either a success (represented by Right) or a failure (represented by Left)
*
* @param rightAction the consuming function for the success value
* @param leftAction the consuming function for the failure value
*/
void ifRightOrLeftRun(Consumer<R> rightAction, Consumer<L> leftAction);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels