Example usage for org.apache.commons.collections Predicate interface-usage

List of usage examples for org.apache.commons.collections Predicate interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections Predicate interface-usage.

Usage

From source file com.ibm.amc.data.filter.predicates.NotEndsWith.java

/**
 * A predicate to determine if a supplied object contains 
 * a named field with a provided value.
 * 
 * This predicate performs a "not ends with" match.
 * 

From source file com.ibm.amc.data.filter.predicates.NotStartsWith.java

/**
 * A predicate to determine if a supplied object contains 
 * a named field with a provided value.
 * 
 * This predicate performs a "not starts with" match.
 * 

From source file com.ibm.amc.data.filter.predicates.StartsWith.java

/**
 * A predicate to determine if a supplied object contains 
 * a named field with a provided value.
 * 
 * This predicate performs a "starts with" match.
 * 

From source file com.collective.celos.SlotStateStatusPredicate.java

/**
 * Ivor who's a Scala wonk did this.
 */
public class SlotStateStatusPredicate implements Predicate {

    private Set<Status> targetValues;

From source file com.ibm.amc.data.filter.predicates.Empty.java

/**
 * A predicate to determine if a supplied object contains 
 * a named field with a provided value.
 * 
 * This predicate performs a "empty" match.
 * 

From source file com.ibm.amc.data.filter.predicates.Equals.java

/**
 * A predicate to determine if a supplied object contains 
 * a named field with a provided value.
 * 
 * This predicate performs an "equals" match.
 * 

From source file com.ibm.amc.data.filter.predicates.NotEquals.java

/**
 * A predicate to determine if a supplied object contains 
 * a named field with a provided value.
 * 
 * This predicate performs a "not equals" match.
 * 

From source file com.discovery.darchrow.util.predicate.ObjectPropertyEqualsPredicate.java

/**
 *  {@link com.baozun.nebulaplus.bean.PropertyUtil#getProperty(Object, String)} ?.
 *
 * @author feilong
 * @version 1.2.0 2015427 ?1:52:29
 * @since 1.2.0

From source file org.broadleafcommerce.common.util.TypedPredicate.java

/**
 * A class that provides for a typed predicat
 * 
 * @author Andre Azzolini (apazzolini)
 *
 * @param <T> the type of object the predicate uses

From source file com.discovery.darchrow.util.predicate.ArrayContainsPredicate.java

/**
 *  {@link PropertyUtil#getProperty(Object, String)}  <code>propertyName</code>? {@link ArrayUtil#isContain(Object[], Object)} 
 * <code>values</code>.
 *
 * @author feilong
 * @version 1.2.0 2015427 ?3:12:32