Class BooleanField<E,T>

All Implemented Interfaces:
Comparator<E>, Function<E,T>

public class BooleanField<E,T> extends TagField<E,T>
  • Constructor Details

    • BooleanField

      public BooleanField(SearchFieldAccessor field, boolean indexed)
    • BooleanField

      public BooleanField(Class<E> targetClass, String fieldName)
  • Method Details