Interface ScopeWithTypeSelector<T>

All Superinterfaces:
ScopeSelector<T>

public interface ScopeWithTypeSelector<T> extends ScopeSelector<T>
Interface for selecting the scope with option type, the selection is finished using some method from ScopeSelector Each instance can be used only once.
Since:
3.9.0
  • Method Details

    • forType

      @NotNull ScopeWithTypeSelector<T> forType(@Nullable String type)
      Optionally select type before the selection is finished using some method from ScopeSelector
      Parameters:
      type - - using null value is same as not using this method at all, empty string or string containing only white space characters is treated as null