Interface IndexedSeqResult

    • Method Detail

      • transform

        <T> List<T> transform​(Function<Row,​T> f)
        Transforms rows to expected types.
        Parameters:
        f - the function used to map a single row
        Returns:
        the list of values of an expected type