Package io.tarantool.driver.api
Interface MultiValueCallResult<T,R extends List<T>>
-
- Type Parameters:
T
- the result content typeR
- the result type
- All Superinterfaces:
CallResult<R>
- All Known Subinterfaces:
TarantoolTupleMultiResult
- All Known Implementing Classes:
MultiValueCallResultImpl
public interface MultiValueCallResult<T,R extends List<T>> extends CallResult<R>
CallResult
implementation with multi result value (all items item of the multi-return result is treated as value)
-
-
Method Summary
-
Methods inherited from interface io.tarantool.driver.api.CallResult
value
-
-