Interface SingleOptResult

    • Method Detail

      • transform

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