Uses of Package
com.speedment.runtime.compute
-
Packages that use com.speedment.runtime.compute 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 used by com.speedment.runtime.compute Class Description ToBigDecimal Expression that given an entity returns a non-nullBigDecimalvalue.ToBigDecimalNullable Expression that given an entity returns a nullableBigDecimalvalue.ToBoolean Expression that given an entity returns abooleanvalue.ToBooleanNullable Expression that given an entity returns abooleanvalue, ornull.ToByte Expression that given an entity returns abytevalue.ToByteNullable Expression that given an entity returns abytevalue, ornull.ToChar Expression that given an entity returns acharvalue.ToCharNullable Expression that given an entity returns acharvalue, ornull.ToDouble Expression that given an entity returns adoublevalue.ToDoubleNullable Expression that given an entity returns adoublevalue, ornull.ToEnum Expression that given an entity returns a non-nullenumvalue.ToEnumNullable Expression that given an entity returns anenumvalue, ornull.ToFloat Expression that given an entity returns afloatvalue.ToFloatNullable Expression that given an entity returns afloatvalue, ornull.ToInt Expression that given an entity returns anintvalue.ToIntNullable Expression that given an entity returns anintvalue, ornull.ToLong Expression that given an entity returns alongvalue.ToLongNullable Expression that given an entity returns alongvalue, ornull.ToShort Expression that given an entity returns ashortvalue.ToShortNullable Expression that given an entity returns ashortvalue, ornull.ToString Expression that given an entity returns a non-nullStringvalue.ToStringNullable Expression that given an entity returns aStringvalue, ornull. -
Classes in com.speedment.runtime.compute used by com.speedment.runtime.compute.expression Class Description ToBigDecimal Expression that given an entity returns a non-nullBigDecimalvalue.ToBoolean Expression that given an entity returns abooleanvalue.ToBooleanNullable Expression that given an entity returns abooleanvalue, ornull.ToByte Expression that given an entity returns abytevalue.ToByteNullable Expression that given an entity returns abytevalue, ornull.ToDouble Expression that given an entity returns adoublevalue.ToDoubleNullable Expression that given an entity returns adoublevalue, ornull.ToFloat Expression that given an entity returns afloatvalue.ToFloatNullable Expression that given an entity returns afloatvalue, ornull.ToInt Expression that given an entity returns anintvalue.ToIntNullable Expression that given an entity returns anintvalue, ornull.ToLong Expression that given an entity returns alongvalue.ToLongNullable Expression that given an entity returns alongvalue, ornull.ToShort Expression that given an entity returns ashortvalue.ToShortNullable Expression that given an entity returns ashortvalue, ornull.ToString Expression that given an entity returns a non-nullStringvalue. -
Classes in com.speedment.runtime.compute used by com.speedment.runtime.compute.expression.orelse Class Description ToBigDecimal Expression that given an entity returns a non-nullBigDecimalvalue.ToBoolean Expression that given an entity returns abooleanvalue.ToByte Expression that given an entity returns abytevalue.ToChar Expression that given an entity returns acharvalue.ToDouble Expression that given an entity returns adoublevalue.ToEnum Expression that given an entity returns a non-nullenumvalue.ToFloat Expression that given an entity returns afloatvalue.ToInt Expression that given an entity returns anintvalue.ToLong Expression that given an entity returns alongvalue.ToShort Expression that given an entity returns ashortvalue.ToString Expression that given an entity returns a non-nullStringvalue. -
Classes in com.speedment.runtime.compute used by com.speedment.runtime.compute.trait Class Description ToByte Expression that given an entity returns abytevalue.ToDouble Expression that given an entity returns adoublevalue.ToDoubleNullable Expression that given an entity returns adoublevalue, ornull.ToInt Expression that given an entity returns anintvalue.ToLong Expression that given an entity returns alongvalue.