ScrapingUtil.runMultipleSessionsConcurrentlyForInput(int, int, java.util.function.Function, java.util.concurrent.Callable)
See: Description
Interface | Description |
---|---|
ResettableSupplier<T> |
This represents a supplier that can be reset to it's initial state
|
Class | Description |
---|---|
CharacterSupplier |
Supplier to supply strings of characters.
|
FileLineSupplier |
Supplier to return a file one line at a time.
|
ListSupplier<T> |
Supplier that reads from a list of values.
|
MultiObjectSupplier |
Supplier that uses other suppliers as parts and returns an array of their values (as an Object[]).
|
NumberSupplier |
Supplier of numbers.
|
ScrapingUtil.runMultipleSessionsConcurrentlyForInput(int, int, java.util.function.Function, java.util.concurrent.Callable)