Interface SingleResult

    • Method Detail

      • transform

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