-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:manoelcampos/padroes-projetos
- Loading branch information
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
= Aplicação de exemplo para ordenação de uma lista de estudantes (link:https://kinolien.github.io/gitzip/?download=/manoelcampos/padroes-projetos/tree/master/comportamentais/strategy/ordenar-lista-base[zip])s | ||
= Aplicação de exemplo para ordenação de uma lista de estudantes (link:https://kinolien.github.io/gitzip/?download=/manoelcampos/padroes-projetos/tree/master/comportamentais/01-strategy/ordenar-lista-base[zip]) | ||
|
||
Este é um projeto Java 11 base que gera uma lista aleatório de estudantes | ||
para que você possa implementar seu próprio código. | ||
|
||
Implemente seu próprio código utilizando os recursos de programação funcional introduzidos no JDK 8, | ||
por meio do método `sort()` da interface `List` para ordenar | ||
tal lista de estudantes. Inclua seu código na classe `AppProgramacaoFuncional`. | ||
tal lista de estudantes. Inclua seu código na classe `AppProgramacaoFuncional`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
= Aplicação de exemplo para ordenação de uma lista de estudantes (link:https://kinolien.github.io/gitzip/?download=/manoelcampos/padroes-projetos/tree/master/comportamentais/strategy/ordenar-lista[zip]) | ||
= Aplicação de exemplo para ordenação de uma lista de estudantes (link:https://kinolien.github.io/gitzip/?download=/manoelcampos/padroes-projetos/tree/master/comportamentais/01-strategy/ordenar-lista[zip]) | ||
|
||
Este é um projeto Java 11 que gera uma lista aleatório de estudantes. | ||
O projeto utiliza recursos de programação funcional introduzidos no JDK 8, | ||
por meio do método `sort()` da interface `List` para ordenar | ||
tal lista de estudantes. | ||
|
||
O código é implementado na classe `AppProgramacaoFuncional`. | ||
O código é implementado na classe `AppProgramacaoFuncional`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
comportamentais/01-strategy/retorno-boleto-reflection/README.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters