org.xshare.base.predicate
Interface UnaryPredicate
- All Known Implementing Classes:
- UnaryAndPredicate, UnaryNandPredicate, UnaryNorPredicate, UnaryOrPredicate, UnaryXorPredicate
- public interface UnaryPredicate
- Version:
- $Revision: 1.4 $
- Author:
- Oliver Fischer
|
Method Summary |
boolean |
exec(java.lang.Object pObject)
|
ALWAYS_FALSE
public static final UnaryPredicate ALWAYS_FALSE
- Instance of a
UnaryPredicate which is
always returns false.
ALWAYS_TRUE
public static final UnaryPredicate ALWAYS_TRUE
- Instance of a
UnaryPredicate which is
always returns true.
exec
public boolean exec(java.lang.Object pObject)
jKiska Base 0.2.1 Release Esche [http://jkiska.sourceforge.net]