Package io.tarantool.driver.api.tuple
Interface TarantoolTupleResult
-
- All Superinterfaces:
Collection<TarantoolTuple>
,Iterable<TarantoolTuple>
,List<TarantoolTuple>
,TarantoolResult<TarantoolTuple>
public interface TarantoolTupleResult extends TarantoolResult<TarantoolTuple>
Shortcut forTarantoolResult
with default 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
-
-