public class I extends Object
| Constructor and Description |
|---|
I() |
| Modifier and Type | Method and Description |
|---|---|
static InCollection<CWhere> |
forAll(JcValue jcValue)
JCYPHER
all elements of the collection must hold true for a predicate expression
e.g. ...holdsTrue(I.
|
static InCollection<CWhere> |
forAny(JcValue jcValue)
JCYPHER
at least one element of the collection must hold true for a predicate expression
e.g. ...holdsTrue(I.
|
static InCollection<CWhere> |
forNone(JcValue jcValue)
JCYPHER
no element of the collection may hold true for a predicate expression
e.g. ...holdsTrue(I.
|
static InCollection<CWhere> |
forSingle(JcValue jcValue)
JCYPHER
exactly one element of the collection must hold true for a predicate expression
e.g. ...holdsTrue(I.
|
public static InCollection<CWhere> forAll(JcValue jcValue)
public static InCollection<CWhere> forAny(JcValue jcValue)
public static InCollection<CWhere> forSingle(JcValue jcValue)
public static InCollection<CWhere> forNone(JcValue jcValue)
Copyright © 2016. All rights reserved.