Class IterableFilter

  • All Implemented Interfaces:
    org.ocpsoft.rewrite.config.Condition, org.ocpsoft.rewrite.config.ConditionBuilder

    public class IterableFilter
    extends GraphCondition
    A GraphCondition that returns true/false based on the iterable returned from the wrapped condition. It is useful to check if the result contains the specified number of elements etc.
    Author:
    Matej Briskar