Interface ToStringOrElseGet<T>
-
- Type Parameters:
T- the input entity type
- All Superinterfaces:
Comparator<T>,Expression<T>,Function<T,String>,HasCase<T,ToString<T>>,HasCompare<T>,HasCompose<T>,HasHash<T>,HasMap<T,UnaryOperator<String>,ToString<T>>,NonNullableExpression<T,ToStringNullable<T>>,OrElseGetExpression<T,ToStringNullable<T>,ToString<T>>,ToString<T>
public interface ToStringOrElseGet<T> extends OrElseGetExpression<T,ToStringNullable<T>,ToString<T>>, ToString<T>
SpecializedNonNullableExpressionforStringvalues where a getter function is applied if the original expression returnsnull.- Since:
- 3.1.0
- Author:
- Emil Forslund
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.speedment.runtime.compute.expression.NonNullableExpression
NonNullableExpression.NullStrategy
-
-
Method Summary
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Methods inherited from interface com.speedment.runtime.compute.expression.NonNullableExpression
innerNullable
-
Methods inherited from interface com.speedment.runtime.compute.expression.orelse.OrElseGetExpression
defaultValueGetter, nullStrategy
-
Methods inherited from interface com.speedment.runtime.compute.ToString
apply, compare, compose, expressionType, hash, map, toLowerCase, toUpperCase
-
-