Class LongPointRangeQueryFactory<T>

java.lang.Object
com.atlassian.jira.jql.query.AbstractRangeQueryFactory<T,Long>
com.atlassian.jira.jql.query.LongPointRangeQueryFactory<T>

@Deprecated(since="10.4", forRemoval=true) public class LongPointRangeQueryFactory<T> extends AbstractRangeQueryFactory<T,Long>
Deprecated, for removal: This API element is subject to removal in a future version.
This class is deprecated and will be removed in Jira 11.0. Use LongPointRangeQueryFactory instead.
  • Constructor Details

    • LongPointRangeQueryFactory

      public LongPointRangeQueryFactory(Function<T,Long> valueFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.