Example usage for com.google.common.collect Constraint interface-usage

List of usage examples for com.google.common.collect Constraint interface-usage

Introduction

In this page you can find the example usage for com.google.common.collect Constraint interface-usage.

Usage

From source file info.piwai.funkyjfunctional.guava.ClassConstraint.java

/**
 * <p>
 * {@link ClassConstraint}
 * 
 * @author Pierre-Yves Ricau (py.ricau at gmail.com)
 */

From source file de.cosmocode.commons.PredicateConstraint.java

/**
 * Implementation of {@link Conditions#asContraint(Predicate)}.
 *
 * @since 1.9
 * @author Willi Schoenborn
 * @param <T> generic parameter type

From source file nz.ac.massey.cs.gql4jung.PathConstraint.java

/**
 * Constraint to check the existence of paths between nodes.
 * @author jens dietrich
 */
public class PathConstraint implements Constraint {

From source file nz.ac.massey.cs.guery.PathConstraint.java

/**
 * Constraint to check the existence of paths between nodes.
 *
 * @author jens dietrich
 */
public class PathConstraint<V, E> implements Constraint {

From source file org.apache.abdera2.common.selector.Selector.java

/**
 * Utility interface that is used as a Filter in several places 
 * throughout the Abdera API.
 */
public interface Selector<X> extends Predicate<X>, Constraint<X> {

From source file de.cosmocode.commons.validation.Rule.java

/**
 * An extension to the {@link Constraint} and {@link Predicate}
 * interface which adds several more methods to support
 * easy method chaining.
 *
 * @since 1.9