Interface RowMapper.Decupled<T,​U,​V,​W,​X,​Z,​A,​B,​C,​D>

    • Method Detail

      • andThen

        default <S> RowMapper<S> andThen​(DecaFunction<? super T,​? super U,​? super V,​? super W,​? super X,​? super Z,​? super A,​? super B,​? super C,​? super D,​S> resultMapper)
        Create a new mapper which takes the ten results of this mapper and applies the given DecaFunction to yield another result.
        Type Parameters:
        S - the output type of the given resultMapper function, which also become the type of the result produced by the new row mapper.
        Parameters:
        resultMapper - the function to apply to the result
        Returns:
        the new row mapper