Package io.tarantool.driver.api
Interface TarantoolResult<T>
-
- Type Parameters:
T
- target tuple type
- All Superinterfaces:
Collection<T>
,Iterable<T>
,List<T>
- All Known Subinterfaces:
TarantoolTupleResult
- All Known Implementing Classes:
TarantoolResultImpl
public interface TarantoolResult<T> extends List<T>
Basic interface for Tarantool operations result -- an array of tuples
-
-
Method Summary
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-