Module jpastreamer.field
Interface FieldToBoolean<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, Boolean, com.speedment.runtime.compute.ToBoolean<ENTITY>, com.speedment.common.function.ToBooleanFunction<T>> Function<ENTITY,,Boolean> 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.BooleanUnaryOperator, com.speedment.runtime.compute.ToBooleanNullable<ENTITY>> com.speedment.runtime.compute.trait.HasMapToDoubleIfPresent<ENTITY,,com.speedment.common.function.BooleanToDoubleFunction> Predicate<ENTITY>,com.speedment.common.function.ToBooleanFunction<ENTITY>,com.speedment.runtime.compute.ToBooleanNullable<ENTITY>,com.speedment.runtime.compute.trait.ToNullable<ENTITY,Boolean, com.speedment.runtime.compute.ToBoolean<ENTITY>>
public interface FieldToBoolean<ENTITY,T>
extends FieldMapper<ENTITY,T,Boolean,com.speedment.runtime.compute.ToBoolean<ENTITY>,com.speedment.common.function.ToBooleanFunction<T>>, com.speedment.runtime.compute.ToBooleanNullable<ENTITY>
Specific
FieldMapper implementation that also implements
ToBooleanNullable.- 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.common.function.ToBooleanFunction
testMethods inherited from interface com.speedment.runtime.compute.ToBooleanNullable
applyAsBoolean, compare, compose, expressionType, hash, mapIfPresent, mapToDoubleIfPresent, orElse, orElseGet, orThrowMethods inherited from interface com.speedment.runtime.compute.trait.ToNullable
isNotNull, isNotNull, isNull, isNull