Added RuleSheet and Collection & AbstractCollection. Optimized Variables

This commit is contained in:
2020-11-13 03:01:13 +01:00
parent 8fcf370e87
commit c61c8a7806
6 changed files with 200 additions and 15 deletions
@@ -31,7 +31,7 @@ public interface CONSUMER extends Consumer<CLASS_TYPE>
return T -> {accept(T); after.accept(KEY_TO_OBJ(T));};
}
#if !TYPE_BOOLEAN
#if PRIMITIVES
@Deprecated
@Override
default CONSUMER andThen(JAVA_CONSUMER after) {