Interface ToFloatOrThrow<T>
-
- Type Parameters:
T- the input entity type
- All Superinterfaces:
Comparator<T>,Expression<T>,HasAbs<ToFloat<T>>,HasAsDouble<T>,HasAsInt<T>,HasAsLong<T>,HasCompare<T>,HasCompose<T>,HasDivide<T>,HasHash<T>,HasMap<T,FloatUnaryOperator,ToFloat<T>>,HasMapToDouble<T,FloatToDoubleFunction>,HasMinus<T>,HasMultiply<T>,HasNegate<ToFloat<T>>,HasPlus<T>,HasPow<T>,HasSign<ToByte<T>>,HasSqrt<ToDouble<T>>,NonNullableExpression<T,ToFloatNullable<T>>,OrElseThrowExpression<T,ToFloatNullable<T>>,ToFloat<T>,ToFloatFunction<T>
public interface ToFloatOrThrow<T> extends OrElseThrowExpression<T,ToFloatNullable<T>>, ToFloat<T>
SpecializedNonNullableExpressionforfloatvalues where aNullPointerExceptionis thrown 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.OrElseThrowExpression
nullStrategy
-
Methods inherited from interface com.speedment.runtime.compute.ToFloat
abs, applyAsFloat, 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
-
-