Interface LimitAndOffsetOperations.LimitFinisher<T,M>

All Superinterfaces:
Buildable<M>, ForAndWaitOperations<T>, OrderByOperations<T>
All Known Implementing Classes:
AbstractLimitAndOffsetSupport.LimitFinisherImpl
Enclosing interface:
LimitAndOffsetOperations<T,M>

public static interface LimitAndOffsetOperations.LimitFinisher<T,M> extends ForAndWaitOperations<T>, OrderByOperations<T>, Buildable<M>
  • Method Details

    • offset

      default T offset(long offset)
    • offsetWhenPresent

      T offsetWhenPresent(@Nullable Long offset)