Interface RFile.SummaryInputArguments
- Enclosing class:
- RFile
public static interface RFile.SummaryInputArguments
This is an intermediate interface in a larger builder pattern. Supports setting the required
input sources for reading summary data from an RFile.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionSpecify RFiles to read from.from
(RFileSource... inputs) Specify RFiles to read from.
-
Method Details
-
from
Specify RFiles to read from. When multiple inputs are specified the summary data will be merged.- Parameters:
inputs
- one or more RFiles to read.- Returns:
- this
-
from
Specify RFiles to read from. When multiple are specified the summary data will be merged.- Parameters:
files
- one or more RFiles to read.- Returns:
- this
-