Package io.tarantool.driver.api
Interface SingleValueCallResult<T>
-
- Type Parameters:
T
- result type
- All Superinterfaces:
CallResult<T>
- All Known Subinterfaces:
DDLMetadataContainerResult
,TarantoolIndexMetadataResult
,TarantoolSpaceMetadataResult
,TarantoolTupleSingleResult
- All Known Implementing Classes:
SingleValueCallResultImpl
public interface SingleValueCallResult<T> extends CallResult<T>
CallResult
with one result value (first item of the multi-return result is treated as value)
-
-
Method Summary
-
Methods inherited from interface io.tarantool.driver.api.CallResult
value
-
-