Class IsNamedMatcher<T extends NamedElement.WithOptionalName>

Type Parameters:
T - The type of the matched entity.
All Implemented Interfaces:
ElementMatcher<T>, ElementMatcher.Junction<T>

@Enhance public class IsNamedMatcher<T extends NamedElement.WithOptionalName> extends ElementMatcher.Junction.ForNonNullValues<T>
An element matcher that matches a named element only if is explicitly named.
  • Constructor Details

    • IsNamedMatcher

      public IsNamedMatcher()
  • Method Details