/
githubmirror
/
java-design-patterns
Обзор
Документация
Войти
/
githubmirror
/
java-design-patterns
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
open-source-java-design-patterns-2nd-edition
function-composition/etc/function-composition.urm.puml
12 строк
313 B
Ilkka Seppälä
fix: Set locale in tests to be able to run locally. Remove logging dependency fixed versions in parent pom.xml to prevent conflicts with spring boot. Update license headers. Update urm diagrams.
18 мар 2025, 16:56
18 мар 2025, 16:56
dd8b9b3
Код
Авторство
О чём код?
@startuml package com.iluwatar.function.composition { class App { + App() + main(args : String[]) {static} } class FunctionComposer { + FunctionComposer() + composeFunctions(f1 : Function<Integer, Integer>, f2 : Function<Integer, Integer>) : Function<Integer, Integer> {static} } } @enduml