Package org.instancio

Interface GroupableSelector

All Superinterfaces:
LenientSelector, TargetSelector
All Known Subinterfaces:
FieldSelectorBuilder, PredicateSelector, ScopeableSelector, Selector, TypeSelectorBuilder

public interface GroupableSelector extends TargetSelector, LenientSelector
A marker for selectors that can be grouped using Select.all(GroupableSelector...).
Since:
1.3.0
See Also: