Interface ArrayAdvice.PagingReduceProcessor<T,R>

Enclosing class:
ArrayAdvice
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ArrayAdvice.PagingReduceProcessor<T,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    process(int page, int total, T[] subArray)
     
  • Method Details

    • process

      R process(int page, int total, T[] subArray)