Added CompletableFuture Support and fixed a small bug in a test

This commit is contained in:
2026-08-10 19:38:35 +02:00
parent 180b603ffd
commit d140aaa788
3 changed files with 1110 additions and 1087 deletions
@@ -153,9 +153,6 @@ public class COLLECTIONS
/**
* Internal Use mainly. Its a collection wrapper with 0 dependencies for those actions where a collector is needed.
*/
#if !TYPE_OBJECT
@SuppressWarnings("exports")
#endif
public static GENERIC_KEY_BRACES CollectionWrapper KEY_GENERIC_TYPE wrapper() {
return new CollectionWrapperBRACES();
}