Interface ToShortOrElseGet<T>
-
- Type Parameters:
T- the input entity type
- All Superinterfaces:
Comparator<T>,Expression<T>,HasAbs<ToShort<T>>,HasAsDouble<T>,HasAsInt<T>,HasAsLong<T>,HasCompare<T>,HasCompose<T>,HasDivide<T>,HasHash<T>,HasMap<T,ShortUnaryOperator,ToShort<T>>,HasMapToDouble<T,ShortToDoubleFunction>,HasMinus<T>,HasMultiply<T>,HasNegate<ToShort<T>>,HasPlus<T>,HasPow<T>,HasSign<ToByte<T>>,HasSqrt<ToDouble<T>>,NonNullableExpression<T,ToShortNullable<T>>,OrElseGetExpression<T,ToShortNullable<T>,ToShort<T>>,ToShort<T>,ToShortFunction<T>
public interface ToShortOrElseGet<T> extends OrElseGetExpression<T,ToShortNullable<T>,ToShort<T>>, ToShort<T>
SpecializedNonNullableExpressionforshortvalues 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.ToShort
abs, applyAsShort, asDouble, asInt, asLong, compare, compose, divide, divide, divide, divide, divide, divide, expressionType, hash, map, mapToDouble, minus, minus, minus, minus, minus, minus, minus, minus, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, negate, plus, plus, plus, plus, plus, plus, plus, plus, pow, pow, pow, pow, sign, sqrt
-
-