Interface ObjectPredicate

  • All Superinterfaces:
    java.util.function.Predicate<EnricheableObject>

    public interface ObjectPredicate
    extends java.util.function.Predicate<EnricheableObject>
    Classes implementing this interface implement the context filtering of POJO objects The predicate implements the filter specified in ObjectFilter and is responsible for the filter of objects according to the current context filters
    • Method Summary

      • Methods inherited from interface java.util.function.Predicate

        and, negate, or, test