edu.mit.ai.psg.utilities
Class UnaryTrue
java.lang.Object
|
+--edu.mit.ai.psg.utilities.UnaryTrue
- public class UnaryTrue
- extends Object
- implements IUnaryPredicate
Predicate that always returns true
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
instance
public static final UnaryTrue instance
UnaryTrue
public UnaryTrue()
execute
public boolean execute(Object obj)
- Specified by:
- execute in interface IUnaryPredicate