org.schmant.project.filter
Class TrueProjectFilter

java.lang.Object
  extended by org.entityfs.support.filter.TrueFilter<Project>
      extended by org.schmant.project.filter.TrueProjectFilter
All Implemented Interfaces:
Cloneable, ConvenientFilter<Project>, Filter<Project>, ProjectFilter

public final class TrueProjectFilter
extends TrueFilter<Project>
implements ProjectFilter

A ProjectFilter that match all projects.

Use the singleton instance INSTANCE.

Since:
0.5
Author:
Karl Gustafsson

Field Summary
static TrueProjectFilter FILTER
          An alias for the singleton instance.
static TrueProjectFilter INSTANCE
          The singleton instance.
 
Method Summary
 
Methods inherited from class org.entityfs.support.filter.TrueFilter
and, bitwiseNegate, equals, hashCode, matches, not, or, toString, xor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final TrueProjectFilter INSTANCE
The singleton instance.


FILTER

public static final TrueProjectFilter FILTER
An alias for the singleton instance.