Interface GetBoolean<ENTITY>

Type Parameters:
ENTITY - the entity type
All Superinterfaces:
BooleanGetter<ENTITY>, Getter<ENTITY>, Predicate<ENTITY>, com.speedment.common.function.ToBooleanFunction<ENTITY>

public interface GetBoolean<ENTITY> extends BooleanGetter<ENTITY>
A more detailed BooleanGetter that also contains information about the field that created it.
Since:
3.0.2
Author:
Emil Forslund
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the field that created the get()-operation.

    Methods inherited from interface com.speedment.jpastreamer.field.method.BooleanGetter

    apply, applyAsBoolean, asFunction

    Methods inherited from interface java.util.function.Predicate

    and, negate, or

    Methods inherited from interface com.speedment.common.function.ToBooleanFunction

    test
  • Method Details

    • getField

      HasBooleanValue<ENTITY> getField()
      Returns the field that created the get()-operation.
      Returns:
      the field