public class RFactory extends Object
| Constructor and Description |
|---|
RFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AggregateDistinct |
aggregate() |
static RTerminal |
ALL() |
static RCount |
count() |
static RDistinct |
DISTINCT() |
static RElement<RElement<?>> |
existsPattern(IElement expression) |
static RElement<RElement<?>> |
resultOf(Concatenator predicateExpression) |
static RElement<RElement<?>> |
resultOf(ICollectExpression xpr) |
static RElement<RElement<?>> |
resultOf(JcCollection collection) |
static RSortable |
value(JcValue element) |
public static RTerminal ALL()
public static RElement<RElement<?>> resultOf(Concatenator predicateExpression)
public static RElement<RElement<?>> resultOf(ICollectExpression xpr)
public static RElement<RElement<?>> resultOf(JcCollection collection)
public static RCount count()
public static AggregateDistinct aggregate()
public static RDistinct DISTINCT()
Copyright © 2016. All rights reserved.