Fixes and a lot new features. But still WIP
- Fixed: Supplier get function wasn't referencing original function. - Added: addIfPresent/Absent to lists - Added: distinct, limit and peek iterators - Added: Iterable's can now reduce its contents
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ public interface SUPPLIER KEY_GENERIC_TYPE
|
||||
* @return the supplied value
|
||||
*/
|
||||
public KEY_TYPE GET_KEY();
|
||||
#if JDK_TYPE && PRIMITIVE
|
||||
#if JDK_TYPE && PRIMITIVES
|
||||
|
||||
@Override
|
||||
public default KEY_TYPE GET_JAVA() {
|
||||
|
||||
Reference in New Issue
Block a user