Class CheckedSet

java.lang.Object
org.inferred.freebuilder.processor.source.ValueType
org.inferred.freebuilder.processor.excerpt.CheckedSet
All Implemented Interfaces:
Excerpt

public class CheckedSet extends ValueType implements Excerpt
Excerpts defining a set implementation that delegates to a provided add method to perform element validation and insertion into a backing set.
  • Field Details

    • TYPE

      public static final LazyName TYPE
  • Constructor Details

    • CheckedSet

      private CheckedSet()
  • Method Details