Interface ReflectClassPredicate


  • public interface ReflectClassPredicate
    Predicate representation.
    See Also:
    Predicate, Reflector
    • Method Detail

      • match

        boolean match​(ReflectClass item)
        Match method definition. Used to select correct results from an object set.
        Parameters:
        item - item to be matched to the criteria
        Returns:
        true, if the requirements are met