Interface FieldsetConsumer

All Superinterfaces:
Consumer<List<FormElement>>
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 interface FieldsetConsumer extends Consumer<List<FormElement>>
A consumer of a list of FormElement fields. Allows you to modify the list of fields being generated.
Since:
5.6.0
Author:
Sergio del Amo