Module jpastreamer.field
Interface GetBoolean<ENTITY>
- Type Parameters:
ENTITY- the entity type
- All Superinterfaces:
BooleanGetter<ENTITY>,Getter<ENTITY>,Predicate<ENTITY>,com.speedment.common.function.ToBooleanFunction<ENTITY>
A more detailed
BooleanGetter that also contains information about
the field that created it.- Since:
- 3.0.2
- Author:
- Emil Forslund
-
Method Summary
Methods inherited from interface com.speedment.jpastreamer.field.method.BooleanGetter
apply, applyAsBoolean, asFunctionMethods inherited from interface com.speedment.common.function.ToBooleanFunction
test
-
Method Details
-
getField
HasBooleanValue<ENTITY> getField()Returns the field that created theget()-operation.- Returns:
- the field
-