You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Behind the scenes, it should be the new Scanner implementation called LimitScanner which is not a self-sufficient scanner, but act as a wrapper above the concrete scanner.
Say we want to filter first 100 files from a particular directory. I would love to do it as easy as:
Behind the scenes, it should be the new Scanner implementation called
LimitScanner
which is not a self-sufficient scanner, but act as a wrapper above the concrete scanner.To get familiar with the idea of wrappers check out available wrappers implementations.
Happy to see PR with this feature :-)
The text was updated successfully, but these errors were encountered: