Uses of Package
com.speedment.runtime.compute.expression
-
Packages that use com.speedment.runtime.compute.expression Package Description com.speedment.runtime.compute The Runtime Compute module adds a large number of functional interfaces to the Speedment system that allows computations to be performed on entities in a Stream without loosing metadata required by Speedment to optimize the stream.com.speedment.runtime.compute.expression Expression builders that can produce efficient and type-safe implementations of the interfaces in thecom.speedment.enterprise.aggregator.functionpackage.com.speedment.runtime.compute.expression.orelse com.speedment.runtime.compute.trait Traits used in the base package for functional interfaces. -
Classes in com.speedment.runtime.compute.expression used by com.speedment.runtime.compute Class Description Expression The base interface for all expressions.ExpressionType Every expression type has a corresponding interface to get a type-safe way of applying the expression without boxing any values. -
Classes in com.speedment.runtime.compute.expression used by com.speedment.runtime.compute.expression Class Description BinaryExpression.Operator Operator types that could be returned byBinaryExpression.operator().BinaryObjExpression.Operator Operator types that could be returned byBinaryObjExpression.operator().Expression The base interface for all expressions.ExpressionType Every expression type has a corresponding interface to get a type-safe way of applying the expression without boxing any values.MapperExpression.MapperType Enumeration of all possible mapping types.NonNullableExpression.NullStrategy The strategies possible when dealing withnull-values.UnaryExpression.Operator The unary expression operator type. -
Classes in com.speedment.runtime.compute.expression used by com.speedment.runtime.compute.expression.orelse Class Description Expression The base interface for all expressions.NonNullableExpression SpecializedExpressionthat is not nullable, but that wraps an expression that is and that has some routine for dealing withnullvalues determined byNonNullableExpression.nullStrategy().NonNullableExpression.NullStrategy The strategies possible when dealing withnull-values. -
Classes in com.speedment.runtime.compute.expression used by com.speedment.runtime.compute.trait Class Description Expression The base interface for all expressions.