wyvern.lib.predicates
Interface GenericPredicate

All Known Implementing Classes:
GenericClassPredicate

public interface GenericPredicate

A Predicate that doesn't take a GameObject in its predicate() function. Not as commonly-used in Wyvern

Version:
1.0, Nov 06, 2003
Author:
Steve Yegge

Method Summary
 boolean predicate(java.lang.Object obj)
          Checks the passed object and returns true if it passes this filter.
 

Method Detail

predicate

public boolean predicate(java.lang.Object obj)
Checks the passed object and returns true if it passes this filter.

Parameters:
obj - any Java object
Returns:
true if it passes the predicate