| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
Expressions.FluentList<T> |
Expressions.FluentList.append(T t) |
Expressions.FluentList<T> |
Expressions.FluentList.appendAll(Iterable<T> ts) |
Expressions.FluentList<T> |
Expressions.FluentList.appendAll(T... ts) |
Expressions.FluentList<T> |
Expressions.FluentList.appendIf(boolean condition,
T t) |
Expressions.FluentList<T> |
Expressions.FluentList.appendIfNotNull(T t) |
static <T> Expressions.FluentList<T> |
Expressions.list()
Creates an empty fluent list.
|
static <T> Expressions.FluentList<T> |
Expressions.list(Iterable<T> ts)
Creates a fluent list with elements from the given collection.
|
static <T> Expressions.FluentList<T> |
Expressions.list(T... ts)
Creates a fluent list with given elements.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.