Class | Description |
---|---|
AnyIterableConversionExpression<T> |
An unresolved expression which uses an operation on iterables to produce one value of the same type.
|
BinaryPredicateIterableExpression<T> |
An unresolved expression which can be resolved by applying a binary predicate on the results of the two operands
(left, right).
|
IterableExpressionToIterable<T> |
A simple expression which contains a list of expressions of T, which can be resolved into an list of T, by resolving
each one individually.
|
IterableOperationExpression<T> |
An unresolved expression which uses an operation on iterables to produce one value of the same type.
|
PickExpression<T> |
Deferred expression that can pick an element of an,
Expression of, Iterable . |
Enum | Description |
---|---|
PickExpression.Mode |