|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcdqa.function.Function
cdqa.function.UnaryFunction
cdqa.function.UnaryPredicate
public abstract class UnaryPredicate
| Field Summary | |
|---|---|
(package private) static UnaryPredicate |
ISTRUE
|
static UnaryPredicate |
TRUE
|
| Fields inherited from class cdqa.function.Function |
|---|
NULL, repository |
| Constructor Summary | |
|---|---|
UnaryPredicate()
|
|
| Method Summary | |
|---|---|
boolean |
apply(XObject o)
|
static UnaryPredicate |
isTrue()
|
abstract boolean |
onApply(XObject o)
|
XObject |
onExecute(XObject o)
|
static UnaryPredicate |
or(UnaryPredicate p1,
UnaryPredicate p2)
|
static UnaryPredicate |
pathToParentMatch(java.lang.String regex)
|
| Methods inherited from class cdqa.function.UnaryFunction |
|---|
createIteratorInstance, execute |
| Methods inherited from class cdqa.function.Function |
|---|
createIteratorInstance, createIteratorInstance, forName, getRepository |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static UnaryPredicate ISTRUE
public static UnaryPredicate TRUE
| Constructor Detail |
|---|
public UnaryPredicate()
| Method Detail |
|---|
public abstract boolean onApply(XObject o)
public final XObject onExecute(XObject o)
onExecute in class UnaryFunctionpublic final boolean apply(XObject o)
public static UnaryPredicate isTrue()
public static UnaryPredicate or(UnaryPredicate p1,
UnaryPredicate p2)
public static UnaryPredicate pathToParentMatch(java.lang.String regex)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||