Interface Grouping.Builder<E,G>

Enclosing class:
Grouping
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 Grouping.Builder<E,G>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(int id, List<E> elements)
     
  • Method Details

    • apply

      G apply(int id, List<E> elements)