Interface SteppableRecordValued

    • Method Detail

      • stepNext

        boolean stepNext()
      • getField

        ScalarInputField getField​(int index)
        Description copied from interface: RecordValued
        Get the field at the given index within the list of fields.
        Specified by:
        getField in interface RecordValued
        Parameters:
        index - zero-based index into the field list
        Returns:
        the field's value
      • getPosition

        long getPosition()
      • transfer

        boolean transfer​(TokenAppendable out,
                         long n,
                         boolean startWithNextToken)