jOOX icon indicating copy to clipboard operation
jOOX copied to clipboard

Let Filter extend Predicate<Context>, Mapper extend Function<Context, E>, Content extend Function<Context, String>, Each extend Consumer<Context>

Open lukaseder opened this issue 5 years ago • 0 comments

Our Filter type is just a JDK Predicate, which was offered with Java 6 support in mind. Now that Java 6 support is being dropped, we can let Filter extend Predicate, ~and replace all references to Filter by Predicate<? super Context> throughout the API.~

lukaseder avatar Mar 07 '21 10:03 lukaseder