Interface VavrTupleRowMapperFactory.MapperValueResolver

All Superinterfaces:
io.vavr.CheckedFunction1<Integer,Object>, Serializable
Enclosing class:
VavrTupleRowMapperFactory

private static interface VavrTupleRowMapperFactory.MapperValueResolver extends io.vavr.CheckedFunction1<Integer,Object>
  • Field Summary

    Fields inherited from interface io.vavr.CheckedFunction1

    serialVersionUID
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Integer tupleIndex)
     

    Methods inherited from interface io.vavr.CheckedFunction1

    andThen, arity, compose, curried, isMemoized, memoized, recover, reversed, tupled, unchecked
  • Method Details

    • apply

      Object apply(Integer tupleIndex) throws SQLException
      Specified by:
      apply in interface io.vavr.CheckedFunction1<Integer,Object>
      Parameters:
      tupleIndex - the 1-based tuple index
      Returns:
      the value that should be resolvable via tuple._tupleIndex
      Throws:
      SQLException - if the underlying mapper cannot resolve the value