Interface FilterIterator.Predicate<T>

All Known Implementing Classes:
StructureNamePredicate, StructurePredicate
Enclosing class:
FilterIterator<T>

public static interface FilterIterator.Predicate<T>
Interface for evaluating whether an object should be returned by the iterator
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    evaluate(T obj)
     
  • Method Details