Interface FieldToBoolean<ENTITY,T>

Type Parameters:
ENTITY - the entity type
T - 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