Record Class ESExprTagSet.Tags

java.lang.Object
java.lang.Record
dev.argon.esexpr.ESExprTagSet.Tags
Record Components:
tags - The tags.
All Implemented Interfaces:
ESExprTagSet
Enclosing interface:
ESExprTagSet

public static record ESExprTagSet.Tags(com.google.common.collect.ImmutableSet<ESExprTag> tags) extends Record implements ESExprTagSet
A finite set of tags.