Skip to content

Commit f552f1a

Browse files
committed
Updating javadoc and CHANGELOG
1 parent fdcadcc commit f552f1a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
2121
- `HMap#keys` now returns a `Set`
2222
- `HMap#values` now returns a `Collection`
2323
- `Unfoldr` is now lazier, deferring all computations until `hasNext/next` calls
24+
- `Present` is now a singleton
2425

2526
### Added
2627
- `BoundedBifunctor`, a `Bifunctor` super type that offers upper bounds for both parameters

src/main/java/com/jnape/palatable/lambda/adt/hmap/HMap.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ private HMap(Map<TypeSafeKey, Object> table) {
4242
* Retrieve the value at this key.
4343
*
4444
* @param key the key
45+
* @param <A> the value type
4546
* @param <B> the value type
4647
* @return Maybe the value at this key
4748
*/

0 commit comments

Comments
 (0)