Class AllFilter<T>

java.lang.Object
repast.simphony.filter.AllFilter<T>
Type Parameters:
T - the type to filer on
All Implemented Interfaces:
Filter<T>

public class AllFilter<T> extends Object implements Filter<T>
A Filter that always returns true.
Author:
Nick Collier
  • Field Details

    • INSTANCE

      public static final Filter INSTANCE
  • Constructor Details

    • AllFilter

      public AllFilter()
  • Method Details

    • evaluate

      public boolean evaluate(T object)
      Specified by:
      evaluate in interface Filter<T>