mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 12:58:37 +00:00
docs: update function composition pattern
This commit is contained in:
+2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user