@FunctionalInterface public interface ValueObjectFilter<T> extends Predicate<T>
boolean
test(T data)
and, isEqual, negate, or
boolean test(T data)
test
Predicate<T>
Copyright © 2022. All rights reserved.