sectionValid abstract method

List<T> sectionValid(
  1. S section
)

Check if a section is valid, i.e all its mandatory tags have values. Returns a list of mandatory tags that do not have values, empty indicating the section is valid.

Implementation

List<T> sectionValid(S section);