|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vinculumtech.platform.util.BooleanMatchFunction
The BooleanMatchFunction class is a simple implementation of the UnaryFunction interface.
Execute returns the given value if it is a Boolean object and matches the match boolean value,
or the toString() on the given value, matches Boolean.toString( match ) value.
Constructor Summary | |
BooleanMatchFunction(boolean match)
|
Method Summary | |
java.lang.Object |
execute(java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BooleanMatchFunction(boolean match)
Method Detail |
public java.lang.Object execute(java.lang.Object value) throws java.lang.Exception
execute
in interface UnaryFunction
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |