Module jpastreamer.field
Interface FieldToShort<ENTITY,T>
- Type Parameters:
ENTITY- the entity typeT- the column type before mapped
- All Superinterfaces:
Comparator<ENTITY>,com.speedment.runtime.compute.expression.Expression<ENTITY>,FieldMapper<ENTITY,,T, Short, com.speedment.runtime.compute.ToShort<ENTITY>, com.speedment.common.function.ToShortFunction<T>> Function<ENTITY,,Short> com.speedment.runtime.compute.trait.HasAbs<com.speedment.runtime.compute.ToShortNullable<ENTITY>>,com.speedment.runtime.compute.trait.HasCompare<ENTITY>,com.speedment.runtime.compute.trait.HasCompose<ENTITY>,com.speedment.runtime.compute.trait.HasHash<ENTITY>,com.speedment.runtime.compute.trait.HasMapIfPresent<ENTITY,,com.speedment.common.function.ShortUnaryOperator, com.speedment.runtime.compute.ToShortNullable<ENTITY>> com.speedment.runtime.compute.trait.HasMapToDoubleIfPresent<ENTITY,,com.speedment.common.function.ShortToDoubleFunction> com.speedment.runtime.compute.trait.HasNegate<com.speedment.runtime.compute.ToShortNullable<ENTITY>>,com.speedment.runtime.compute.trait.HasSign<com.speedment.runtime.compute.ToByteNullable<ENTITY>>,com.speedment.runtime.compute.trait.HasSqrt<com.speedment.runtime.compute.ToDoubleNullable<ENTITY>>,com.speedment.runtime.compute.trait.ToNullable<ENTITY,,Short, com.speedment.runtime.compute.ToShort<ENTITY>> com.speedment.common.function.ToShortFunction<ENTITY>,com.speedment.runtime.compute.ToShortNullable<ENTITY>
public interface FieldToShort<ENTITY,T>
extends FieldMapper<ENTITY,T,Short,com.speedment.runtime.compute.ToShort<ENTITY>,com.speedment.common.function.ToShortFunction<T>>, com.speedment.runtime.compute.ToShortNullable<ENTITY>
Specific
FieldMapper implementation that also implements
ToShortNullable.- Since:
- 3.1.0
- Author:
- Emil Forslund
-
Method Summary
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface com.speedment.jpastreamer.field.expression.FieldMapper
getField, getMapperMethods inherited from interface com.speedment.runtime.compute.trait.ToNullable
isNotNull, isNotNull, isNull, isNullMethods inherited from interface com.speedment.runtime.compute.ToShortNullable
abs, applyAsShort, compare, compose, expressionType, hash, mapIfPresent, mapToDoubleIfPresent, negate, orElse, orElseGet, orThrow, sign, sqrt