docs: update function composition pattern

This commit is contained in:
Ilkka Seppälä
2025-04-12 16:11:03 +03:00
parent ce2e5f75d8
commit 8ca487e96c
4 changed files with 28 additions and 28 deletions
@@ -32,6 +32,8 @@ import java.util.function.Function;
*/
public class FunctionComposer {
private FunctionComposer() {}
/**
* Composes two functions where the output of the first function becomes the input of the second
* function.