Skip to content

Commit 31408f1

Browse files
committed
1 parent a28d869 commit 31408f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

console/functional-example/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ times, however has a limited decimals places, just five.
2323
- **MonetarySorterOperations** - Operation to do sort in a list or stream, so it's possible sort by CurrencyUnit or by value, in asc or desc way, and you can combine, in other words, I may sort by currency unit in ascending way and descending by value.
2424

2525
- **MonetaryGroupOperations** - From Stream or list is possible create a summary (an object that contains informations as size of list, sum, lesser value, greater value and average), a map where the key is CurrencyUnit and the value is a list of MonetaryAmount and a map where the key is CurrencyUnit and the value is a summary of this currency unit.
26+
(currently **broken** because a vital class is no longer public, this example was disabled)
2627

2728

2829
- **SimpleOperations** – simples operations using MonetaryAmount, that included arithmetic operations such sum, subtract and comparative operations such lesser equal, greater equal, etc.

0 commit comments

Comments
 (0)