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 Detail

      • from

        RFile.SummaryOptions from​(RFileSource... inputs)
        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

        RFile.SummaryFSOptions from​(String... files)
        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