| Package | Description |
|---|---|
| iot.jcypher.query.api.predicate | |
| iot.jcypher.query.factories.clause | |
| iot.jcypher.query.factories.xpression |
| Modifier and Type | Class and Description |
|---|---|
class |
Concatenator |
| Modifier and Type | Method and Description |
|---|---|
static Concatenator |
PFactory.holdsTrue(IPredicateFunction obj) |
Concatenator |
IBeforePredicate.holdsTrue(IPredicateFunction I)
JCYPHER
iterates over a collection allowing to test each element of the collection against a predicate expression
Use Factory Class I to create Expressions
e.g. ...
|
Concatenator |
Concat.holdsTrue(IPredicateFunction I) |
| Modifier and Type | Method and Description |
|---|---|
static Concatenator |
WHERE.holdsTrue(IPredicateFunction I)
JCYPHER
iterates over a collection allowing to test each element of the collection against a predicate expression
Use Factory Class I to create Expressions
e.g. ...
|
| Modifier and Type | Method and Description |
|---|---|
static Concatenator |
P.holdsTrue(IPredicateFunction I)
JCYPHER
iterates over a collection allowing to test each element of the collection against a predicate expression
Use Factory Class I to create Expressions
e.g. ...
|
Copyright © 2016. All rights reserved.