Uses of Interface
com.speedment.runtime.compute.trait.HasCase
-
Packages that use HasCase 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 -
-
Uses of HasCase in com.speedment.runtime.compute
Subinterfaces of HasCase in com.speedment.runtime.compute Modifier and Type Interface Description interfaceToChar<T>Expression that given an entity returns acharvalue.interfaceToString<T>Expression that given an entity returns a non-nullStringvalue. -
Uses of HasCase in com.speedment.runtime.compute.expression
Subinterfaces of HasCase in com.speedment.runtime.compute.expression Modifier and Type Interface Description interfaceJoiningExpression<T>A special type ofToStringexpression that joins several strings together using optionally a separator, a prefix and a suffix. -
Uses of HasCase in com.speedment.runtime.compute.expression.orelse
Subinterfaces of HasCase in com.speedment.runtime.compute.expression.orelse Modifier and Type Interface Description interfaceToCharOrElse<T>SpecializedNonNullableExpressionforcharvalues where a default value is given if the original expression returnsnull.interfaceToCharOrElseGet<T>SpecializedNonNullableExpressionforcharvalues where a getter function is applied if the original expression returnsnull.interfaceToCharOrThrow<T>SpecializedNonNullableExpressionforcharvalues where aNullPointerExceptionis thrown if the original expression returnsnull.interfaceToStringOrElse<T>SpecializedNonNullableExpressionforStringvalues where a default value is given if the original expression returnsnull.interfaceToStringOrElseGet<T>SpecializedNonNullableExpressionforStringvalues where a getter function is applied if the original expression returnsnull.interfaceToStringOrThrow<T>SpecializedNonNullableExpressionforStringvalues where aNullPointerExceptionis thrown if the original expression returnsnull.
-